mressex/cubex-cli
最新稳定版本:0.1.0
Composer 安装命令:
composer require mressex/cubex-cli
包简介
README 文档
README
Installation
- Run
composer require MrEssex/Cubex-Cli - Run
./vendor/mressex/cubex-cli/cubex init. This command creates a sample cubex file in your root directory.
Usage
- Run
cubex make:console command-nameto create a new command. - When you create a new command, it will have {PSR-4-Namespace}\Cli namespace. For example, if you
run
cubex make:console Example, you will get {PSR-4-Namespace}\Cli\Example as a fully qualified class name. - Run
cubex listto confirm.
or add CliWrapper::initialise($app);, where $app is an instance of cubex,
to your cubex file in the root directory
Registering Alternative CLI Vendors
- Qdd
CliWrapper::initialiseAlternativeRoot($app, {path});, where$appis an instance of cubex, to your cubex file in the root directory and{path}is the namespace/path inside vendor of the package e.g.mressex/cubex-translate
统计信息
- 总下载量: 1.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-09-30