An open API service indexing awesome lists of open source software.

https://github.com/serprex/mkcjs

Minimalist CommonJS bundler
https://github.com/serprex/mkcjs

bundler commonjs commonjs-modules javascript

Last synced: 7 months ago
JSON representation

Minimalist CommonJS bundler

Awesome Lists containing this project

README

          

mkcjs was designed over frustration with browserify

mkcjs does not parse modules. It's meant to be used with a build tool, such as ninja-build

For an example of a mkcjs project, see http://github.com/serprex/openEtG

Invocation is straightforward, `mkcjs $output [$sources...]`

Sources may include json. It's possible to override requires at runtime through `require.f` as done by [openEtG-cia](http://github.com/ZephyrPhantom/openEtG-vanilla/blob/master/index.html)