@akumzy/bundler

0.0.5 • Public • Published

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
}

Readme

Keywords

none

Package Sidebar

Install

npm i @akumzy/bundler

Weekly Downloads

2

Version

0.0.5

License

MIT

Unpacked Size

5 kB

Total Files

6

Last publish

Collaborators

  • akumzy