@ajsingh1012/cli-notepad

1.0.10 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @ajsingh1012/cli-notepad

Weekly Downloads

0

Version

1.0.10

License

ISC

Unpacked Size

3.18 kB

Total Files

4

Last publish

Collaborators

  • ajsingh1012