babel-register-cli

JSON →
library 5.0.0 ·javascript
verified Jun 4, 2026

A CLI tool that wraps babel-register to enable running ES6+ scripts directly with Node. Version 5.0.0 is the latest stable, with low release cadence. Unlike babel-node which is discouraged in production, this tool uses babel-register to avoid that issue. It provides a simple command-line interface identical to node, but with automatic babel transpilation. Different from alternatives like ts-node for TypeScript or directly using babel-register, this tool offers a cleaner command-line experience without manual require('babel-register') calls.