whalepiz-bnippet
v1.2.3
Published
This could include features like tagging, searching, and integration with popular code editors.
Downloads
3
Maintainers
Readme
code-bnippet-manager
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....