1.0.10 • Published 4 years ago
@ajsingh1012/cli-notepad v1.0.10
cli-notepad
A simple CLI-based notepad application. Note: This has only been tested on Windows thus far.
Installation
Note: npm is required for this package. To install, run the following command.
npm install cli-notepadUsage
Once the package is installed, make sure you are in the correct directory.
cd node_modules/cli-notepadTo add a note, use the following command:
npm run noteMulti-line notes are supported, to end the message, use Ctrl+D.
To read all notes back, use the following command:
npm run read