create-babel
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "create-babel", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Create app with Babel configuration.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# create-babel | ||
Create a new Babel-configured app in a new `./my-app` directory: | ||
Like `create-react-app`, but for a basic Babel setup. | ||
Create an app in a new `./my-app` directory: | ||
```shell | ||
$ npm init babel my-app | ||
``` | ||
[<kbd>copy</kbd>](https://copyhaste.com/c/?t=npm%20init%20babel%20my-app) | ||
* :sparkles: Auto-installs dependencies. | ||
* :fast_forward: Out-of-the-box [preset-env](https://babeljs.io/docs/en/babel-preset-env) for modern syntax & [transform-runtime](https://babeljs.io/docs/en/babel-plugin-transform-runtime) for `async`/`await`. | ||
* 🛠️ Baked-in `build` and `build:watch` scripts, gitignore & more! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4165
15