strukt/install

Strukt Framework Installer

Maintainers

Package info

github.com/struktapp/strukt-install

pkg:composer/strukt/install

Statistics

Installs: 59

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-02 09:20:06 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