teemops
v0.0.2
Published
Teemops CLI used for interacting with the Teemops API
Downloads
6
Readme
Teemops CLI
Installation
npm install -g teemopsUsage
teemops --helpCommands
teemops init
Development
Run npm install
```bash
npm install
```When running locally you can use
```bash
npm run dev
```When passing arguments e.g '-e [email protected]' you need to include '--' so that npm ignores the arguments and passes them to the script.
```bash
npm run dev -- users register -e [email protected]
```If developing locally you can run the following command to link the local version of the CLI to your global npm modules.
npm link