task/cli
最新稳定版本:v0.3.0
Composer 安装命令:
composer require task/cli
包简介
CLI for Task
README 文档
README
Installation
There are 3 options for installation:
#1 Composer global (recommended)
$> composer global require task/cli ~0.2
If you haven't installed anything this way before you'll need to update your PATH:
export PATH=$PATH:$HOME/.composer/vendor/bin
#2 Phar
Download from Github:
$> wget -O /usr/bin/task https://github.com/task/cli/releases/v0.2.0/task.phar $> chmod +x /usr/bin/task
#3 Composer
... "require-dev": { "task/cli": "~0.2" } ...
Run at ./vendor/bin/task.
Testing
When running the package tests, make sure to use the local install of Task CLI and not the global TaskPHP CLI install. e.g. './bin/task test'
统计信息
- 总下载量: 12.54k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-04-22