weave.js

commonjs module bundler that's v fast

Downloads
8
Stars
4

weave.js

i wanted to try building something like browserify

it definitely has problems, but it handles some basic situations

$ npm install --global weave.js
$ weave --help
$ weave entry.js > bundle.js

dev

$ npm install
$ bin/build-example
$ open output/index.html

the example is a really basic react app, but it works 💯