task / cli
CLI for Task
Installs: 12 523
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 2
Open Issues: 0
Requires (Dev)
- satooshi/php-coveralls: ~0.6
- task/box: ~0.1
- task/filesystem: ~0.1
- task/phpunit: ~0.1
- task/process: ~0.1
- task/task: ~0.1
This package is not auto-updated.
Last update: 2024-12-21 16:00:04 UTC
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'