systemseed / so-cli
Shell Orchestration CLI
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 1
pkg:composer/systemseed/so-cli
Requires
- symfony/console: ^7.0
- symfony/dotenv: ^7.0
- symfony/process: ^7.0
- symfony/yaml: ^7.0
README
Requirements
- PHP >= 8.2
- Composer available in your console
How to install
- Install so-cli package as a global dependency:
composer global require systemseed/so-cli
- Run
so --version
to verify that so-cli is installed correctly - Start using so-cli by printing list of available commands:
so list
How to contribute
- Clone git repository and install dependencies:
git clone git@github.com:systemseed/so-cli.git cd so-cli composer install chmod +x so
- Run
so --version
to verify that so-cli is installed correctly