systemseed/so-cli

Shell Orchestration CLI

0.0.3 2024-05-10 09:12 UTC

This package is auto-updated.

Last update: 2024-05-17 14:00:33 UTC


README

Requirements

How to install

  1. Install so-cli package as a global dependency: composer global require systemseed/so-cli
  2. Run so --version to verify that so-cli is installed correctly
  3. Start using so-cli by printing list of available commands: so list

How to contribute

  1. Clone git repository and install dependencies:
    git clone git@github.com:systemseed/so-cli.git
    cd so-cli
    composer install
    chmod +x so
    
  2. Run so --version to verify that so-cli is installed correctly