Skip to content
/ ts-template Public template

A TypeScript template repository to bootstrap your next project

Notifications You must be signed in to change notification settings

MichaelHirn/ts-template

Repository files navigation

TypeScipt Template Repository

Bootstrap your next TypeScipt project by using this GitHub Template repository

This project comes with the following tools:

  • TypeScript
  • Code Quality
    • ESLint
    • TSDocs
    • Jest (TDD)
    • GitHub Issue/PR Templates (PR only)
    • README templates
  • Code Velocity

Usage

Install (New Repository)

To use this template for a new repository, click on the green button above that says "Use this template".

Complete the following todo list:

  1. [ ] create personal access token (with repo scope) and provide as GH_TOKEN secret.

Install (Existing Repository)

If you want to apply the files/structure to an already existing repository, follow the steps in the Update section below.

Update

To merge any advances that the template makes into your project:

git remote add template [email protected]:MichaelHirn/ts-template.git
git fetch --all
git merge template/master --allow-unrelated-histories --squash