* Add --use-file-extension option to babel-cli * refactor file extension logic use existing methods from path module * Rename use-file-extension -> out-file-extension * add error message if bot keep- and out-file-extension is used * add test for error when mixing --keep- and --out-file-extension * poke travis
@babel/cli
Babel command line.
See our website @babel/cli for more information or the issues associated with this package.
Install
Using npm:
npm install --save-dev @babel/cli
or using yarn:
yarn add @babel/cli --dev