npm

auto-fast

1.2.7 • Public • Published

code-fast-manager

npm version

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 .

Package Sidebar

Install

npm i auto-fast

Weekly Downloads

0

Version

1.2.7

License

MIT

Unpacked Size

3.45 kB

Total Files

4

Last publish

Collaborators

  • whalepizdev