0.1.1 • Published 4 years ago

@emilyaviva/notesy v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Notesy

Notesy is a simple note-taking app you can use from your command line.

Installation

npm install -g @emilyaviva/notesy

Usage

notesy -a|--add "<note text>" [-c|--category <name>]
  Adds a note to the specified category
  N.B.: the note text must be enclosed in quotation marks
notesy -l|--list [category]
  Lists all notes and their IDs (optional: in the specified category)
notesy -d|--delete <id>
  Delete the specified note by ID

Contributing

This is a student project, but contributions are welcome!

JavaScript Style Guide