pinf-it-bundler

Status: DEV

Usage no npm install needed!

<script type="module">
  import pinfItBundler from 'https://cdn.skypack.dev/pinf-it-bundler';
</script>

README

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