create-todo-codeword7
v1.1.0
Published
CLI to manage todo anywhere
Maintainers
Readme
📟 CLI to create todos.
create-todo-codeword7
- 📦 Create a todo in a minute
- 🤯 Automatic argument parsing, help text, and welcome message
- 🗃️ Todo with the features of
add/create,view, anddelete
[
][repo]
Install
# Recommended.
npx create-todo-codeword7
# OR an alternative global install.
npm install -g create-todo-codeword7[
][repo]
Usage
- Run the CLI using
npm create-todo-codeword7
# OR for global install
create-todo-codeword7
# OR alias for global install
todo
#### BASIC USAGE
```sh
create-todo-codeword7 <command> [option]
view: View or list all todos
ls: View or list all todos
add: Add a new todo
del: Delete a selected todoCOMMANDS
help Print help infoOPTIONS
-c, --clear Clear the console Default: true
-d, --debug Print debug info Default: false
-v, --version Print CLI version Default: falseChangelog
KEY: 📦 NEW, 👌 IMPROVE, 🐛 FIX, 📖 DOC, 🚀 RELEASE, and 🤖 TEST
I use Emoji-log, you should try it and simplify your git commits.
[
][repo]
License & Conduct
[
][repo]

