A Rust-based CLI tool that converts a JSON configuration file (esbuild.config.json) into command-line arguments for esbuild. Version 1.0.1, released with Windows binary path fix and arm64 support on macOS/Linux. Unlike other config wrappers, esbuild-config does no validation, making it version-independent; it only translates JSON types to esbuild's argument format. It can be installed via npm, Cargo, or precompiled binaries. The project is developed in Rust and is currently in active maintenance mode.
npm install esbuild-configNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a simple esbuild config JSON file and runs esbuild-config to output the corresponding CLI arguments.
Double-check all config keys against esbuild's CLI options.
Use an array for multiple entry points, and note that the order in the array determines the order in the output.
Install globally: npm install --global esbuild-config
Create esbuild.config.json or specify a path: esbuild $(esbuild-config ./path/to/config.json)
No dependency data recorded yet.