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
- Host: GitHub
- URL: https://github.com/serprex/mkcjs
- Owner: serprex
- Created: 2014-12-26T23:04:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T00:36:36.000Z (about 8 years ago)
- Last Synced: 2025-09-11T18:47:28.962Z (8 months ago)
- Topics: bundler, commonjs, commonjs-modules, javascript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/mkcjs
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)