Add babel-cli README

This commit is contained in:
James Kyle
2015-10-29 19:37:00 -07:00
parent 292af5f5a2
commit 0d561cf60c

View File

@@ -1 +1,17 @@
# babel-cli
> Babel command line.
## Install
```sh
$ npm install --global babel-cli
```
## Usage
```sh
$ babel script.js
```
For more in depth documentation see: http://babeljs.io/docs/usage/cli/