atx-todo
v0.0.1
Published
CLI to manage todos anywhere
Downloads
1
Readme
#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.