tdz
v0.0.9
Published
Project based todo list cli tool
Downloads
6
Readme
TDZ
Installing
npm install tdz -g
Usage
- initializing
tdz init
- adding a task
tdz add "task disp"
- removing task with id
tdz rm 2
- listing all tasks
tdz
- removing all taks
tdz rm -a
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning.
Authors
- aniket965 - Initial work - aniket965
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details