@ajsingh1012/cli-notepad
v1.0.10
Published
A CLI-based notepad application.
Downloads
7
Readme
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-notepad
Usage
Once the package is installed, make sure you are in the correct directory.
cd node_modules/cli-notepad
To add a note, use the following command:
npm run note
Multi-line notes are supported, to end the message, use Ctrl+D.
To read all notes back, use the following command:
npm run read