/node-notes

Command line note taker using node.js

Primary LanguageJavaScriptMIT LicenseMIT

node-notes

A module for writing quick node.js project notes using a cli.

use

Entering:

$ note

inside the project directory will prompt you to enter a note. Notes can be multi-line, and are saved after each line entry. Press ctrl+C to exit the process.

Notes are saved in the root project folder under 'notes.txt'.