udemy-jverd / notes

A small node.js project to handle local notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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=""

About

A small node.js project to handle local notes


Languages

Language:JavaScript 100.0%