3.1.0 • Published 5 years ago
create-babel v3.1.0
create-babel
Like create-react-app, but for a basic Babel setup.
Create an app in a new ./my-app directory:
$ npm init babel my-app- :sparkles: Auto-installs dependencies.
- :fast_forward: Out-of-the-box preset-env for modern syntax & transform-runtime for
async/await. - 🛠️ Baked-in
buildandbuild:watchscripts,src/index.jsfile,.gitignore& more!