Skip to content

Amanpatil-Dev/Note-CLI-nodeJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note-CLI-nodeJs

This is a CLI application:

Has four Basic command :

- read 
- list
- add
- remove

To Run it go to your command line and write :

  • For adding a note:

node app.js add --title=<NAME_OF_TITLE> --description=<DESCRIPTION>

  • For reading a note:

node app.js read --title=<NAME_OF_TITLE>

  • For listing all the notes:

node app.js list

  • To remove a note:

node app.js remove --title=<NAME_OF_TITLE>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published