Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. ๐
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.
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:
You can read more about create-typescript-app
and the tooling it supports:
[!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.
See .github/CONTRIBUTING.md
, then .github/DEVELOPMENT.md
.
Thanks! ๐