Search by

jengo / installer

gilads-otiannoh254

The Jengo CLI installer for rapid CodeIgniter 4 application bootstrapping.

v1.1.5 2026-06-28 09:19 UTC

This package is auto-updated.

Last update: 2026-09-08 12:06:04 UTC


README

The interactive CLI installer for scaffolding fresh Jengo-powered CodeIgniter 4 applications.

Documentation: https://lipex-org.github.io/jengophp.com/guide/installer

Installation

composer global require jengo/installer

Ensure your global Composer bin directory is in your system's PATH.

Quick Start

# Interactive scaffolding wizard
jengo new my-app

# Non-interactive CLI with starter kit flag
jengo new my-app --kit=react --auth

Documentation

For full guides on interactive mode, CI/CD automation flags, and starter kit options, visit https://lipex-org.github.io/jengophp.com/guide/installer.

License

Released under the MIT License.