caspervonb / amokify

Other
25 stars 2 forks source link

amokify

A browserify plugin which complements amok with post-patch execution of top level module expressions.

Note that this is very experimental.

INSTALL

npm install caspervonb/amokify [--save]

USAGE

With amok

$ amok entry.js --browser chrome --compiler watchify -- --plugin amokify --full-paths

With watchify

$ watchify entry.js --outfile build/entry.js --plugin amokify
$ amok build/entry.js --browser chrome