pinf-it-bundler

0.1.13 • Public • Published

Status: DEV

Code Bundler

Code bundle standards are evolving but there are various differences across communities.

This library attempts to generate normalized code bundles for any code modules and packages that can be parsed by the Package Insight and Module Insight libraries.

This bundler is intended to replace the following tools and conventions:

Install

npm install pinf-it-bundler

Usage

const BUNDLER = require("pinf-it-bundler");

BUNDLER.bundleFile("<path>", {
    distPath: "<target directory>"
}, function(err, descriptor) {
});

BUNDLER.bundlePackage("<path>", {
    distPath: "<target directory>"
}, function(err, descriptor) {
});

Development

make test

Links

Integrate:

License

UNLICENSE

Readme

Keywords

none

Package Sidebar

Install

npm i pinf-it-bundler

Weekly Downloads

0

Version

0.1.13

License

none

Last publish

Collaborators

  • cadorn