pack.re

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i pack.re

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

635 kB

Total Files

26

Last publish

Collaborators

  • jaredly