8000 GitHub - jaredly/pack.re: a simple js bundler for reason
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jaredly/pack.re

Repository files navigation

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
5BA9
)
      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

About

a simple js bundler for reason

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0