strukt/install

Strukt Framework Installer

Installs: 59

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/strukt/install

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

This package is not auto-updated.

Last update: 2025-10-13 07:37:30 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