sagsam / notes-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notes-node

Nodejs note app.

Install the dependencies.

$ npm install

To add a new note.

$ node app.js add --title="Note title" --body="Note body"

To get all notes.

$ node app.js list

To read a note.

$ node app.js read --title="Note title"

To remove a note.

$ node app.js remove --title="Note title"

About


Languages

Language:JavaScript 100.0%