1.2.7 • Published 2 years ago

auto-fast v1.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.2

2 years ago