Skip to content

dragos199993/nodejs-note-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node JS Note app CLI

How to use?

First run:

$ npm install

To add:

$ node index.js add --title="My first note" --body="This is the content of the first note" 

To remove:

$ node index.js remove "My first note"

To get item:

$ node index.js get "My first note"

To list all notes:

$ node index.js list

About

Node JS note app CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published