strukt/install

Strukt Framework Installer

v1.1.0 2024-01-24 23:10 UTC

This package is not auto-updated.

Last update: 2024-04-18 00:12:01 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