Skip to content

codeword7/create-todo-codeword7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📟 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, and delete

[📟][repo]

Install

# Recommended.
npx create-todo-codeword7

# OR an alternative global install.
npm install -g create-todo-codeword7

[⚙️][repo]

Usage

  1. 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 todo

COMMANDS

help  Print help info

OPTIONS

-c, --clear    Clear the console Default: true
-d, --debug    Print debug info Default: false
-v, --version  Print CLI version Default: false

📝

Changelog

❯ Read the changelog here →


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]

Connect

GitHub @codeword7 (follow) To stay up to date on free & open-source software

Twitter @codeword007 (follow) To get daily hot tips & trolls

LinkedIn @codeword007 (connect) On the LinkedIn profile y'all


About

create basic todo application in node-CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published