UNPKG

483 BMarkdownView Raw
1# babel-env
2
3The `babel-env` npm package can be used to set up a consistent environment
4for projects using Babel.
5
6```
7npm install --save-dev babel-env
8```
9
10This will install all useful Babel packages and create a default `.babelrc`
11file in the project root. The `.babelrc` file will automatically be updated
12when updates of `babel-env` are installed.
13
14See also [babel-env-test](https://github.com/epsitec-sa/babel-env-test) for
15an example of how `babel-env` is used.