1.3.1 • Published 8 years ago

abndlr v1.3.1

Weekly downloads
7
License
ISC
Repository
github
Last release
8 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

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago