Skip to content

arpan45/notes-app-nodejs

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

Watchers

Forks

Releases

No releases published

Packages

No packages published