Registry / devops / jazzle-cli

jazzle-cli

JSON →
library0.0.0jsnpmunverified

jazzle-cli is the official command-line interface for the Jazzle transpiler, which transforms JavaScript ES6+ syntax to ES5 for broader browser compatibility. At version 0.0.0, this package is in early development and has a very limited user base. It wraps the Jazzle transpilation engine, providing a CLI tool that accepts source files and outputs transpiled code. Compared to alternatives like Babel or Terser, Jazzle is marketed as 'fast', but its ecosystem and support are minimal. The package requires Node.js >=6.20.0 and is distributed via npm.

npm install jazzle-cli
INSTALL
IMPORT
SIG · JAZZLE-CLI
J
jazzle-cli
devopsjavascriptv0.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Shows CLI version and transpiles a JavaScript file from src to dist.

npx jazzle-cli --version npx jazzle-cli src/index.js --out dist/index.js
jazzle --version
Debug
Known issues
gotchaJazzle CLI is at version 0.0.0 and not suitable for production use.
fix
Consider using Babel or Terser for stable JavaScript transpilation.
affects: =0.0.0
Errors
Common errors & fixes
Error: Cannot find module 'jazzle'
Missing peer dependency jazzle not installed automatically.
fix
Run 'npm install jazzle' alongside jazzle-cli.
Upgrade
Version history
0.0.0latest on npm
Audit
Dependencies
jazzlerequiredcore transpiler engine
Agent activity
4 hits · last 30 days
node
4
Resources
jazzle-cli — npm install jazzle-cli · libregistry