Skip to content

jeet1293/node-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-notes

Node Command Line Application for Notes

Getting started:

App requires Node.js v12+ to run.

$ npm install

Available commands:

$ node app add --title="List" --body="Items"
$ node app list
$ node app read --title="List"
$ node app remove --title="List"

License

MIT