strukt/install

Strukt Framework Installer

v1.1.0 2024-09-30 02:58 UTC

This package is not auto-updated.

Last update: 2025-01-06 04:20:49 UTC


README

Installation

composer global require "strukt/install"

Usage

Create your application.

strukt new contactapp

Install available packages and publish.

strukt add:package tests contactapp/ --publish

Available packages:

  • do
  • roles
  • tests
  • asset

Update Installer.

strukt update:me