tl-cli
v1.0.0
Published
Priority TODO CLI 📘
Downloads
5
Readme
tl-cli
Priority TODO CLI 📘
Table of Contents
Install
This project uses node and npm.
$ npm install -g tl-cli
$ # OR
$ yarn global add tl-cli
Usage
$ tl --help # To see options
$ tl push "Build new internet" 10
$ tl all # List all tasks
$ tl top # Get highest priority task
$ tl pop # Remove highest priority task
Contribute
- Fork it and create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
License
MIT