mana-bnippet

1.2.2 • Public • Published

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

Package Sidebar

Install

npm i mana-bnippet

Weekly Downloads

2

Version

1.2.2

License

MIT

Unpacked Size

3.26 kB

Total Files

3

Last publish

Collaborators

  • whalepizdev