Skip to content

A command line notes taking application utilizing essential features of node and its ecosystem

Notifications You must be signed in to change notification settings

TempleOkosun/notes-app

Repository files navigation

notes-app

A command line notes taking application utilizing essential features of node and its ecosystem.

The goal of this project is to prepare a command line tool that can be easily adapted for various nodejs command line based programs.

The key packages used include:

  • yargs: for parsing command line arguments
  • chalk: for applying colors to command line text outputs
  • fs: for interacting with the file system.

Examples

  • node app.js add --title="Test course" --body="Test note body"
  • node app.js remove --title="Test course"
  • node app.js list

How to use

How to use

About

A command line notes taking application utilizing essential features of node and its ecosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published