2.14.0 • Published 10 months ago

notes-node v2.14.0

Weekly downloads
5
License
MIT
Repository
github
Last release
10 months ago

Node Notes CLI

This a simple CLI APP made on top of NODE.js that simulates a note taking app.

Getting Start

Run the command --help to see the commands

$ node app.js --help
Commands:
  app.js add     Add a new note
  app.js list    List all notes
  app.js read    Read a note
  app.js remove  Remove a note

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]

Using the commands

  • Adding a new note use --title to insert the title and --body to insert the content:
$ node app.js add --title "New Note" --body "This is my brand new note"
  • List all saved notes:
$ node app.js list
  • Read a single note, use --title to make the search:
$ node app.js read --title "New Note"  
  • Remove a single note, use --title to make the search:
$ node app.js remove --title "New Note"
2.2.6-rc.7

10 months ago

2.2.6-rc.6

10 months ago

2.2.6-rc.9

10 months ago

2.2.6-rc.8

10 months ago

2.2.6-rc.3

10 months ago

2.2.6-rc.2

10 months ago

2.2.6-rc.5

10 months ago

2.2.6-rc.4

10 months ago

2.3.0-rc.0

10 months ago

2.2.6-rc.1

10 months ago

2.2.6-rc.0

10 months ago

2.11.0

10 months ago

2.3.0

10 months ago

2.3.0-beta.0

10 months ago

2.2.1

10 months ago

2.12.0

10 months ago

2.2.0

10 months ago

2.5.0

10 months ago

2.4.1

10 months ago

2.2.3

10 months ago

2.10.0

10 months ago

2.4.0

10 months ago

2.2.2

10 months ago

2.7.0

10 months ago

2.2.5

10 months ago

2.6.0

10 months ago

2.2.4

10 months ago

2.9.0

10 months ago

2.8.0

10 months ago

2.13.0

10 months ago

2.14.0

10 months ago

0.5.0

10 months ago

0.6.0

10 months ago

1.1.0-beta.0

8 years ago

0.2.0

8 years ago

0.0.5

8 years ago