weave.js
v0.4.1
Published
poor man's browserify
Downloads
7
Readme
weave
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.jsdev
$ npm install
$ bin/build-example
$ open output/index.htmlthe example is a really basic react app, but it works :100:
