1.2.5 • Published 1 year ago

zip-fast v1.2.5

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

code-zip-manager

npm version

A simple command-line Code zip Manager in JavaScript using fs-extra and inquirer.

Installation

Install the required packages using npm:

npm install fs-extra inquirer --save

Usage

const zipManager = require('code-zip-manager');

// Uncomment and run one of the functions below
// zipManager.createzip();
// zipManager.listzips();

Creating a zip

Run the createzip function to interactively create a new code zip. You will be prompted to enter the zip name and code.

Listing zip

Run the listzips function to display a list of available code zip.

The new version will be updated.... auto-zip 1.0.3

1.2.5

1 year ago

1.2.4

1 year ago

1.2.2

1 year ago