atx-todo
v0.0.1
Published
CLI to manage todos anywhere
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 addRemove a ToDo item
npx todo delList all ToDo item in a folder
npx todo delYou can also install globally and manage your ToDos in the projects that you want
npm i -g atx-cli-generatorThe atx-todo will generate a folder .todo with a database where the ToDos are stored.
