Combine multiple js files with their dependencies into a single selfcontained script. https://code.ivysaur.me/nodebundle
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu 17d3630ecb commit all archived files 2014-06-18 07:58:13 +00:00
dist-archive commit all archived files 2014-06-18 07:58:13 +00:00
.legacy-codesite.toml initial meta commit 2014-06-18 07:58:13 +00:00
README.md commit all archived files 2014-06-18 07:58:13 +00:00

README.md

nodebundle

Combine multiple js files with their dependencies into a single selfcontained script.

Usage


Usage: nodebundle [options]

   -d {directory}       Add all files in a directory to bundle
   -e {file}            Execute file in bundle when bundle is executed
   -f {file}            Add a file to bundle
   -h,--help            Display this message
   -o {file}            Set output file. Use - for stdout
   -x {regexp}          Prune all added files matching regexp

See Also

Download