motive-cli
v1.0.3
Published
Command line interface for the [motive.js](https://github.com/gebhartn/motive.js) API
Downloads
1
Readme
motive.cli
Command line interface for the motive.js API
Get started
Using npm:
npm install -g motive-cli
Then from your terminal:
// to see all available commands
motive --help
// to register
motive register
// to create a new todo
motive add [topic] [content]
// to delete an existing todo
motive done [id]
Author
License
This project is open source and available under the MIT License