Skip to content

Repository files navigation

Command line notes taking app written in JavaScript

Simple note taking application in node JS

notes app cli in nodejs

Usage

  • Add a new note: node app.js add --title="note title" --body="note body"
  • Remove a note: node app.js remove --title="note title"
  • List all notes: node app.js list"
  • Read a note: node app.js read --title="note title"

About

Simple note taking application in node JS

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages