behind/blucid-console
Composer 安装命令:
composer require behind/blucid-console
包简介
Extend lucid console commands.
README 文档
README
Expanding Lucid console capabilities for Lucid Architecture.
Command Line Interface
The console ships with a command line interface called blucid that you can find in vendor/bin/blucid and use as
blucid make:model Video
blucid make:policy Post
blucid make:request UpdatePost
To be able to address the
blucidcli directly you need to have./vendor/binas part of your$PATH. To do that, put this in your shell profile (~/.bash_profile, ~/.zshrc, ~/bashrc)export PATH="$PATH:./vendor/bin"
Available Commands
helpDisplays help for a commandlistLists commands- make
make:modelCreate a new resource Controller class in a servicemake:policyCreate a new Feature in a servicemake:requestCreate a new Job in a domain
- delete
delete:modelDelete an existing Feature in a servicedelete:policyDelete an existing Job in a domaindelete:requestDelete an existing Service
Commands Usage
Make
make:model <model>make:policy <policy>make:request <request>
Delete
delete:model <model>delete:policy <policy>delete:request <request>
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-20