lumberjacked/bas-console
最新稳定版本:0.0.1
Composer 安装命令:
composer require lumberjacked/bas-console
包简介
Command Console to generate zf2 files
README 文档
README
BasConsole uses Symfony Console to generate Zend Framework 2 files, configs, and scalffolding for your zf2 project.
- generate:app
- generate:module
- route:add
- route:update
- route:delete
Requirements
Dependencies are setup in the composer.json file. Currently Composer is the only supported method for requiring dependencies.
Installation
Composer installs all the depdencies, everything is defined in composer.json. For composer documentation, please refer to getcomposer.org.
Installation steps
cd my/project/directorygit clone https://github.com/lumberjacked/BasConsole.git- run
php composer.phar install - alias the project for easy access
alias zf2='~/workspace/BasConsole/console'
Full configuration options
For a list of all available commands
- zf2 --help
- zf2 command:name --help (For specific help on a command)
Usage
- Read the output of the commands is the easiest way.
Coming Soon
- More Commands to be able to do a viarity of things from the command line.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-12-05