Skip to content

Oleh98Hordon/nodrogelo-Code-Snippet-Manager-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-snippet-manager

npm version

A simple command-line Code Snippet Manager in JavaScript using fs-extra and inquirer.

Installation

Install the required packages using npm:

npm install fs-extra inquirer --save

Usage

const snippetManager = require('code-snippet-manager');

// Uncomment and run one of the functions below
// snippetManager.createSnippet();
// snippetManager.listSnippets();

Creating a Snippet

Run the createSnippet function to interactively create a new code snippet. You will be prompted to enter the snippet name and code.

Listing Snippets

Run the listSnippets function to display a list of available code snippets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published