node-pack-handler

2.1.2 • Public • Published

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});

Readme

Keywords

Package Sidebar

Install

npm i node-pack-handler

Weekly Downloads

0

Version

2.1.2

License

ISC

Unpacked Size

3.69 kB

Total Files

4

Last publish

Collaborators

  • mayswindly