1.0.0 • Published 6 years ago
@orbital/cli v1.0.0
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
1.0.0
6 years ago