/notes

A small node.js project to handle local notes

Primary LanguageJavaScript

Note app from terminal

A small node.js project from Udemy course to handle local notes.

Install dependencies

npm install

Usage

Listing existing notes

node app.js list

Read existing note

node app.js read --title=""

Create a note

node app.js create --title="" --body=""

Remove a note

node app.js remove --title=""