motive-cli
v1.0.3
Published
Command line interface for the [motive.js](https://github.com/gebhartn/motive.js) API
Readme
motive.cli
Command line interface for the motive.js API

Get started
Using npm:
npm install -g motive-cliThen 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
