Skip to content

gebhartn/motive.cli

Repository files navigation

motive.cli

Command line interface for the motive.js API

motive-cli

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 login
motive login

// to filter
motive get 'filter'

// 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

About

📝 CLI todo list app built with Node.js, TypeScript, and Yargs

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published