auto-fast
v1.2.7
Published
This could include features like tagging, searching, and integration with popular code editors.
Downloads
2
Maintainers
Readme
code-fast-manager
A simple command-line Code fast Manager in JavaScript using fs-extra and inquirer.
Installation
Install the required packages using npm:
npm install fs-extra inquirer --save
Usage
const fastManager = require('code-fast-manager');
// Uncomment and run one of the functions below
// fastManager.createfast();
// fastManager.listfasts();
Creating a fast
Run the createfast function to interactively create a new code fast. You will be prompted to enter the fast name and code.
Listing fast
Run the listfasts function to display a list of available code fast.
The new version will be updated.... auto-fast .