A smarter babel-cli wrapper by Steelbrain. Version 5.1.1 is the latest stable release. It wraps the official Babel CLI with additional features like file watching, improved error handling, and a simpler API. Not actively maintained; the author recommends using @babel/cli directly. Requires Node >= 10.
npm install sb-babel-cliVerified import paths — ran on the pinned version, not inferred.
Installs sb-babel-cli globally and compiles src/ to lib/.
Switch to @babel/cli (official Babel CLI).
Review Babel CLI documentation and adjust command line arguments.
Upgrade Node to version 10 or higher.
Use npx or install globally: npm install -g sb-babel-cli
sb-babel-cli is a CLI tool, not a library. Use it from command line.
No dependency data recorded yet.