jengo/installer
Composer 安装命令:
composer require jengo/installer
包简介
The Jengo CLI installer for rapid CodeIgniter 4 application bootstrapping.
README 文档
README
The Jengo CLI installer is a tool for quickly bootstrapping new Jengo-powered CodeIgniter 4 applications.
Installation
You can install the Jengo Installer as a global Composer dependency:
composer global require jengo/installer
Make sure your global Composer bin directory is in your system's PATH.
Usage
Create a new application
To create a new Jengo application, run:
jengo new my-app
Choose a starter kit
You can specify a starter kit using the --kit option. Available kits: react, vue, svelte.
jengo new my-app --kit=react
Force installation
If the directory already exists, you can force the installation using the --force or -f flag:
jengo new my-app --force
How it works
The installer performs the following steps:
- Runs
composer create-project codeigniter4/appstarterto initialize a fresh CI4 project. - Installs
jengo/basecore package. - If a kit is specified:
- Installs
jengo/inertia. - Runs
php spark jengo:install vite. - Runs
php spark jengo:install inertia.
- Installs
License
MIT
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-14