NodeJS CLI Code Snippet Manager
Usage
Type down npm install
to install the software.
Simply install the required libraries, and you can begin managing your code snippets via the command line with ease.
Commands:
add: Add a new snippet by providing a title, description, language, and tags.
list: List all existing snippets with their relevant information.
search : Search for snippets using a specific tags.
delete : Delete a snippet by providing its id.
edit : Edit a snippet by specifying its id.
To run the code type in the following command: node index.js <command>