@akumzy/bundler

This package bundles your product for production deployment based on your configuration and registered plugins

Usage no npm install needed!

<script type="module">
  import akumzyBundler from 'https://cdn.skypack.dev/@akumzy/bundler';
</script>

README

bundler

Project bundler

Installation

Install globally or as a development dependency

# Globally
npm install -g @akumzy/bundler

# or as devDependency
npm install @akumzy/bundler --dev

Usage

Run bundler --init at your project root directory to create a configuration file

{
  "dist": "", // path to place all the files in relative to your project root directory
  "files": [], // Files/folders to bundle
  "ignore": [], // Files/folders in `files` to ignore
  "plugins": {} // Plugins to extend the app
}