0.0.1 • Published 3 years ago

atx-todo v0.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
3 years ago

#npx atx-todo

You can manage your project ToDos on a CLI

##Usage

To use this CLI run the following command

Add a ToDo item

npx todo add

Remove a ToDo item

npx todo del

List all ToDo item in a folder

npx todo del

You can also install globally and manage your ToDos in the projects that you want

npm i -g atx-cli-generator

The atx-todo will generate a folder .todo with a database where the ToDos are stored.