Skip to content

Favalcodes/Do-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Do-it (A CLI ToDo APP)

A NodeJS Command Line Interface Todo list app for creating, storing and managing todos.

Deoendencies

  • chalk :- Used to add color to texts.

  • clear :- Provides the command to clear the terminal screen.

  • figlet :- Used to create ASCII art from text.

  • lodash :- Simple JS library to write concise codes.

  • yargs :- Used to build interactive command line tools.

Setting up

To run this app, run:

  • npm install

Using the app

To add a todo, run:

  • node app.js addTodo --title "name-of-todo"

To delete a todo, run:

  • node app.js deleteTodo --title "name-of-todo"

To read a todo, run:

  • node app.js readTodo --title "name-of-todo"

To list a todo, run:

  • node app.js listTodos

Collaborators

Favour Ezinne Arua Peter Jay Ridwan Ajanaku Chukwuemeka Collins Anyanwu Choice Osobor Anderson Harith Onigemo Renegade Gandhi Hezekiah Feyisayo Chibuzor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published