Skip to content

jcriz99/node-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Note-Taking CLI

A simple command-line interface (CLI) application for managing notes. Add notes, list them, and remove them, all stored in a JSON file.

Features

  • Add Notes: node app.js add "Your note content"
  • List Notes: node app.js list to see all existing notes.
  • Remove Notes: node app.js remove "Note content" to delete a matching note.

How to Use

  1. Install Node.js:
    Ensure you have Node.js installed.

  2. Clone the Repository:

    git clone https://github.com/jcriz99/node-notes.git
    cd node-notes
    

Description of the screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published