CLI to initialize TypeScript projects with optional npm package publication.
Init TypeScript App is a CLI that scaffolds a minimal, zero-dependency TypeScript project with configurable compiler strictness and separate production and development build modes. It optionally configures npm package metadata and includes a release script that builds, tags, publishes, and bumps versions. Suited for library authors and developers who want a lightweight TypeScript starter for packages or apps.
0