abndlr
v1.3.1
Published
bundle your javascript files
Readme
abndlr.js
javascript bundler for node
Install
$ npm install abndlr -gHow to use
go to the directory you want to bundle then type
abndlr config.json path_to_directory bundle_path_and_nameYour 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
