create-typescript-app

Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. πŸ’

MIT License

Downloads
1.8K
Stars
614
Committers
44

create-typescript-app is a one-stop-shop solution to set up a new or existing repository with the latest and greatest TypeScript tooling. It includes options not just for building and testing but also GitHub repository templates, contributor recognition, automated release management, and more.

Getting Started

First make sure you have the following installed:

Then in an existing repository or in your directory where you'd like to make a new repository:

npx create-typescript-app

That setup script will walk you through using the template. You can read more about the supported setup modes in their docs pages:

Documentation

You can read more about create-typescript-app and the tooling it supports:

  1. Tooling: a breakdown of all the pieces this template can set up.
  2. Options: granular options to customize how the template is run.
  3. FAQs: frequently asked questions

[!NOTE] This template is early stage, opinionated, and not endorsed by the TypeScript team. It can be configured to set up a lot of tooling out of the box. If you don't want to use any particular tool, you can always remove it manually.

Development

See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md. Thanks! πŸ’–

Contributors

Package Rankings
Top 8.54% on Npmjs.org
Related Projects