kimbap.js is a JavaScript bundler (version 0.0.13, experimental) that bundles source files into a single output file. Designed as a minimal alternative to tools like Webpack or Rollup, it supports entry specification, output path configuration, and output filename customization via CLI options. As an early-stage project with no stable release cadence, it currently lacks advanced features like code splitting, plugins, or tree shaking. Its key differentiator is simplicity: a straightforward command-line interface with only four options. Not recommended for production use.
npm install kimbapVerified import paths — ran on the pinned version, not inferred.
This quickstart shows installing kimbap, creating an entry file, and bundling it with the CLI command.
Pin exact version and test thoroughly before upgrading.
N/A
Use --entry or positional source argument; check output to verify correctness.
Run 'npm install kimbap' in your project directory. Use npx to run CLI if not globally installed.
Use import syntax or set { "type": "module" } in package.json.No dependency data recorded yet.