babel-env-cli
v0.8.0
Published
Babel command line.
Downloads
1
Readme
babel-env
CLI interface for Babel + @babel/preset-env.
Install
This package is meant to be installed globally.
npm install babel-env-cli --global
Usage
Usage
$ babel-env <input.js>
Options
-h, --help Show this help
-o, --output Output file
-w, --watch Watch JS source directory for changes
Example
$ babel-env src/input.js -o dist/output.js
$ babel-env src/input.js -o dist/output.js --watch
Related
License
MIT