create-babel-typescript-monorepo
Like create-react-app
and create-babel-typescript, but for a basic Babel TypeScript monorepo setup.
Create an app in a new ./my-app
directory:
$ npm init babel-typescript-monorepo my-app my-first-package,my-second-package
See base-create-monorepo for all CLI options.
- ✨ Auto-installs dependencies.
- ✨ Auto-initializes
lerna
. - ⏩ Out-of-the-box preset-env for modern syntax & transform-runtime for
async
/await
. - 🛠️ Baked-in
build
andbuild:watch
scripts,src/index.ts
files for each package,.gitignore
& more!