Skip to content

NSYCoding/CodeSnippetManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeSnippetManager

NodeJS CLI Code Snippet Manager

How to use:

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>

About

NodeJS CLI Code Snippet Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published