Zero Bundler, also known as `libpacker` on GitHub, is a command-line interface (CLI) tool designed for bundling npm packages with minimal configuration. It aims to simplify the build process for libraries by leveraging convention over explicit configuration, similar to other 'zero-config' bundlers like Microbundle or Parcel (v1). The tool processes entry files specified in `package.json` and generates output in both CommonJS (`main`) and ES Module (`modules`) formats. The latest available version is 0.0.16, published approximately four years ago. Due to its last update dating back to 2021 and its very low version number, the project appears to be unmaintained or abandoned, which impacts its compatibility with modern JavaScript and Node.js ecosystems, as well as the adoption of newer bundling optimizations.
Verified import paths — ran on the pinned version, not inferred.
Zero Bundler exposes a `zero` command-line executable after installation, not a library for programmatic import. Its functionality is accessed solely through the terminal.
Demonstrates how to configure `package.json` and a simple source file to build a library using the `zero` command.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.