SudhanshuDubey5001 / NotesApp

You can add, remove, read notes created by you via command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes app This app can create, remove and read specific or all notes via command line.

Use:

node app.js --help : to see all the available commands

to add:

node app.js add -t="your title" -b="your body"

to read:

node app.js read -t "provide title"

to read all:

node app.js list

to remove:

node app.js remove -t "provide title"

About

You can add, remove, read notes created by you via command line

License:MIT License


Languages

Language:JavaScript 94.6%Language:HTML 3.8%Language:CSS 1.5%