# cli-notepad

A simple CLI-based notepad application.
Note: This has only been tested on Windows thus far.

## Installation

Note: [npm](https://www.npmjs.com/get-npm) is required for this package.
To install, run the following command.
```cmd
npm install cli-notepad
```

## Usage

Once the package is installed, make sure you are in the correct directory.
```cmd
cd node_modules/cli-notepad
```

To add a note, use the following command:
```cmd
npm run note
```
Multi-line notes are supported, to end the message, use Ctrl+D.

To read all notes back, use the following command:
```cmd
npm run read
```