takiya-cli-note
v1.0.0
Published
A simple CLI application for managing notes.
Downloads
3
Readme
CLI Notes App
A simple command-line application for managing notes. You can add, list, read, and delete notes right from your terminal.
Installation
- Clone this repository.
- Navigate to the cloned directory.
- Run
npm install
to install the required dependencies.
How to Use
- Start the application by running
npm start
. - Follow the on-screen prompts to manage your notes.
Options
- Add note: Add a new note by providing a title and body.
- List notes: List all the titles of your saved notes.
- Read note: Select a note to read its content.
- Delete note: Select a note to delete it from your collection.
- Exit: Close the application.
Enjoy managing your notes in a simple and efficient way!