Skip to content

A simple Notes application made on NodeJS using yargs.

Notifications You must be signed in to change notification settings

kecav/nodejs-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commands:

  node app.js add --title='' --body=''          Add a note
  node app.js update --title='' --body=''       Update a note
  node app.js remove --title=''                 Remove a note by title
  node app.js list                              list all notes
  node app.js read --title=''                   read a note by title

About

A simple Notes application made on NodeJS using yargs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published