firehed/plow
最新稳定版本:0.0.2
Composer 安装命令:
composer require firehed/plow
包简介
CLI tools to get PHP done quickly
README 文档
README
Description
Plow is designed to be your new best friend when developing PHP application. At its core, it's just a plugin infrastructure for various command-line tools.
Installation
Plow should be globally installed with Composer. Follow these instructions to install Composer if you don't have it yet.
composer global require firehed/plow
If you have not done so already, you should append Composer's global bin directory to your path:
echo "export PATH=\$PATH:~/.composer/vendor/bin" >> ~/.bash_profile
source ~/.bash_profile
Usage
Running plow with no arguments on the command line will provide detailed usage instrictions:
plow
Adding commands
Plow commands are Composer packages with the type specified as plow-command.
While not directly shown in the UI, you can search Packagist by type
Once you find what you're looking for, install it globally like any other package:
composer global require vendor-name/plow-command-package-name
Developing new commands
Contributing to Plow
See CONTRIBUTING.md
统计信息
- 总下载量: 39
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-25