2.14.0 • Published 4 months ago
notes-node v2.14.0
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
4 months ago
2.2.6-rc.6
4 months ago
2.2.6-rc.9
4 months ago
2.2.6-rc.8
4 months ago
2.2.6-rc.3
4 months ago
2.2.6-rc.2
4 months ago
2.2.6-rc.5
4 months ago
2.2.6-rc.4
4 months ago
2.3.0-rc.0
4 months ago
2.2.6-rc.1
4 months ago
2.2.6-rc.0
4 months ago
2.11.0
4 months ago
2.3.0
4 months ago
2.3.0-beta.0
4 months ago
2.2.1
4 months ago
2.12.0
4 months ago
2.2.0
4 months ago
2.5.0
4 months ago
2.4.1
4 months ago
2.2.3
4 months ago
2.10.0
4 months ago
2.4.0
4 months ago
2.2.2
4 months ago
2.7.0
4 months ago
2.2.5
4 months ago
2.6.0
4 months ago
2.2.4
4 months ago
2.9.0
4 months ago
2.8.0
4 months ago
2.13.0
4 months ago
2.14.0
4 months ago
0.5.0
4 months ago
0.6.0
4 months ago
1.1.0-beta.0
7 years ago
0.2.0
7 years ago
0.0.5
7 years ago