strukt/install

Strukt Framework Installer

v1.1.0 2025-04-03 17:18 UTC

This package is not auto-updated.

Last update: 2025-04-14 05:31:20 UTC


README

Installation

composer global require "strukt/install"

Usage

Create your application.

strukt new payroll
cd payroll

Install available packages and publish.

strukt add tests --publish

Available packages:

  • db
  • auth
  • tests
  • asset

Update Installer.

strukt update:me