create-babel-typescript
v1.3.0
Published
Create app with Babel + TypeScript configuration.
Downloads
21
Readme
create-babel-typescript
Like create-react-app
and create-babel, but for a basic Babel TypeScript setup.
Create an app in a new ./my-app
directory:
$ npm init babel-typescript my-app
- :sparkles: Auto-installs dependencies.
- :fast_forward: Out-of-the-box preset-env for modern syntax & transform-runtime for
async
/await
. - 🛠️ Baked-in
build
andbuild:watch
scripts,src/index.ts
file,.gitignore
& more!