All Projects → jaredly → Pack.re

jaredly / Pack.re

a simple js bundler for reason

Programming Languages

ocaml
1615 projects

Pack.re - a simple js bundler for reason

Pack javascript files together. No frills.

Definitely alpha quality at the moment. But it works :D so far

# pack.re - a simple js bundler for reason

Usage: pack.re [options] entry-file.js > bundle.js

  --base (default: current directory)
      expected to contain node_modules
  --rename newName=realName (can be defined multiple times)
      maps `require("newName")` to a node_module called "realName"
  -h, --help
      print this help

Global usage, if you want

npm i -g pack.re
pack.re --help

Local usage

npm i pack.re

then add something to your package.json scripts, like "pack.re lib/js/src/main.js"

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].