0.0.5 • Published 5 years ago

@akumzy/bundler v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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
}
0.0.5

5 years ago

0.0.3

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago