Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 364 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 364 Bytes

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