0.0.10 • Published 3 years ago
raz-create-typescript-app v0.0.10
Create Typescript App
A boilerplate for creating typescript app.
It is configured to generate both ESM
and CJM
version of your app.
Usage Example
npx create-typescript-app myCoolApp
Note
After the app created, use
src/index.ts
as your app entry point.This boilerplate has created with focus on publishing packages.