Skip to content

lemmon/babel-env-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Babel command line interface for global use, including preset-env as default.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published