@orbital/cli
v1.0.0
Published
The CLI companion to the Orbital Framework
Readme
Orbital Starter
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
