{"id":27074,"library":"jazzle-cli","title":"Jazzle CLI","description":"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.","status":"active","version":"0.0.0","language":"javascript","source_language":"en","source_url":"https://github.com/JazzleWare/jazzle-cli","tags":["javascript","ast","ecmascript","fast","cli","transpilation","jazzle","compilation"],"install":[{"cmd":"npm install jazzle-cli","lang":"bash","label":"npm"},{"cmd":"yarn add jazzle-cli","lang":"bash","label":"yarn"},{"cmd":"pnpm add jazzle-cli","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"core transpiler engine","package":"jazzle","optional":false}],"imports":[],"quickstart":{"code":"npx jazzle-cli --version\nnpx jazzle-cli src/index.js --out dist/index.js\n","lang":"javascript","description":"Shows CLI version and transpiles a JavaScript file from src to dist."},"warnings":[{"fix":"Consider using Babel or Terser for stable JavaScript transpilation.","message":"Jazzle CLI is at version 0.0.0 and not suitable for production use.","severity":"gotcha","affected_versions":"=0.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run 'npm install jazzle' alongside jazzle-cli.","cause":"Missing peer dependency jazzle not installed automatically.","error":"Error: Cannot find module 'jazzle'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}