Frontendmasters - A cli tool for creating and managing notes 🚀 Tools used Node.js: Javascript runtime for building and running the cli tool yargs: for parsing cli arguments jest: for unit testing ✨ Key Features Create Notes: Quickly add new notes from the command line. View Notes: Display all notes directly in the terminal or a web page. Delete Notes: Easily remove any note by its identifier. Search Notes: Search through notes based on keywords to locate specific information. 🛠️ Getting started clone repository git clone git@github.com:Raphico/cli-notes.git create a symlink npm link check cli usage note --help