Skip to content

botdotcom/NotesCLIApp-Node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(CLI) Notes App - Node.js

Run this application as follows:

  1. To add a new note node app.js add --title="{note_title}" --body="{body}"

  2. To remove a note node app.js remove --title="{note_title}"

  3. To read a note node app.js get --title="{note_title}"

  4. To list all notes node app.js list

About

Beginner CLI app using Node.js

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors