create-babel-monorepo
v1.1.0
Published
Create Lerna monorepo with Babel configuration.
Downloads
14
Readme
create-babel-monorepo
Like create-react-app
and create-babel, but for a basic Babel monorepo setup.
Create an app in a new ./my-app
directory:
$ npm init babel-monorepo my-app
See base-create-monorepo for all CLI options.
- :sparkles: Auto-installs dependencies.
- :sparkles: Auto-initializes
lerna
.
- :fast_forward: Out-of-the-box preset-env for modern syntax & transform-runtime for
async
/await
. - 🛠️ Baked-in
build
andbuild:watch
scripts,.gitignore
& more!