HoneyBadger is a WIP ES2015+ to ES5 transpiler, bundler, and minifier written in Rust. This package provides a command-line interface and programmatic API (default export Badger class) for the Rust core. Version 0.0.3 wraps HoneyBadger 0.2.1. It is an experimental tool with limited ecosystem support, providing transform (transpile plus optional minify) and parse (AST) operations. No recent updates; likely abandoned.
npm install honey-badger-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows programmatic usage: create Badger instance, call transform with a string and minify=true, and CLI usage with --string.
Ensure Rust toolchain and node-gyp prerequisites are installed. Consider using Docker.
Always use `new Badger()` before calling methods.
Use `const Badger = require('honey-badger-cli').default` or use ES import.Run `npm install honey-badger-cli` and ensure Rust/node-gyp dependencies installed.
Use `const Badger = require('honey-badger-cli').default` or switch to ES import.Install globally with `npm install -g honey-badger-cli` or use npx.
No dependency data recorded yet.