A simple command-line Code fast Manager in JavaScript using fs-extra and inquirer.
Install the required packages using npm:
npm install fs-extra inquirer --save
const fastManager = require('code-fast-manager');
// Uncomment and run one of the functions below
// fastManager.createfast();
// fastManager.listfasts();
Run the createfast function to interactively create a new code fast. You will be prompted to enter the fast name and code.
Run the listfasts function to display a list of available code fast.
The new version will be updated.... auto-fast .