- Navigate to repository on your console
- Run
npm install
to install all neccesary packages
This app utilizes 4 commands
add
(supports arguments title and body)remove
(supports argument title)read
(supports argument title)list
node app.js add --title="Notes" --body="app"
node app.js remove --title="Notes"
node app.js read --title="Notes"
node app.js list