1.2.7 • Published 1 year ago

auto-fast v1.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 .

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.2

1 year ago