abndlr

1.3.1 • Public • Published

abndlr.js

javascript bundler for node

Install

$ npm install abndlr -g

How to use

go to the directory you want to bundle then type

abndlr config.json path_to_directory bundle_path_and_name

Your json configuration file

{
  "bundler": {
    "order": ["file_1.js", "file_2.js", ...],
    "ignore": ["file_79.js", ...]
  }
}

let the arrays empty if you don't want to order or ignore any files

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i abndlr

      Weekly Downloads

      0

      Version

      1.3.1

      License

      ISC

      Last publish

      Collaborators

      • aelto