1.1.0 • Published 5 years ago
create-babel-monorepo v1.1.0
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-appSee 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
buildandbuild:watchscripts,.gitignore& more!