bundler-node

1.4.0 • Public • Published

Node Bundler

Bundle Node inter-dependent files in a single file

Usage

Usage: bundle entryfile.js -o outputfile.js

Options:
  -o, --output          Output file             default: bundle.js 
  -v, --verbose         Enable verbose          default: false
  -b, --beautify'       Beautify output         default: false
  -i, --ignore <files>  Ignore files            example: bundle index.js -i file1.js,lib/file2.js'
  -j, --ignoreJSON'     Ignore all json files   default: false

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i bundler-node

    Weekly Downloads

    1

    Version

    1.4.0

    License

    MIT

    Unpacked Size

    10.2 kB

    Total Files

    7

    Last publish

    Collaborators

    • sunrisem