1.0.0 • Published 1 year ago

safegui v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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....

1.0.0

1 year ago