Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 291 Bytes

File metadata and controls

16 lines (12 loc) · 291 Bytes

notes-node

Options:

--version Show version number --help Show help --title, -t Title of note --body, -b Body of note

get all notes

node app.js list

add note

node app.js add --title 'note title' --body 'note body'

remove note

node app.js remove --title 'note title'