Skip to content

mrnguyenv/mana-bnippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-bnippet-manager

npm version

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

Installation

Install the required packages using npm:

npm install fs-extra inquirer --save

Usage

const bnippetManager = require('code-bnippet-manager');

// Uncomment and run one of the functions below
// bnippetManager.createbnippet();
// bnippetManager.listbnippets();

Creating a bnippet

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

Listing bnippets

Run the listbnippets function to display a list of available code bnippets.

The new version will be updated....

About

mana-bnippet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published