1.3.1 • Published 9 years ago

abndlr v1.3.1

Weekly downloads
7
License
ISC
Repository
github
Last release
9 years ago

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

1.3.1

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.9

9 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago