This repository will help you get started on your first Orbital CLI.
- Clone this repository:
git clone https://github.com/orbital-js/starter.git
- Run
npm install
- Test your CLI with
ts-node src/main.ts say
- Build the CLI code:
npm run build
- Create a symlink to run it from your command line:
npm link
- Try it as a global command:
starter say