2.1.2 • Published 2 years ago

node-pack-handler v2.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

A lib that pack all JS dependencies into one file;

Installation

Install package with NPM and add it to your development dependencies:

npm install node-pack-handler

Usage

const pack = require("node-pack-handler");
var outputContent  = await pack("index.js",{minify:true});
2.1.2

2 years ago