@authless/extract

Bootstrap your next TypeScipt project by using this GitHub Template repository

Usage no npm install needed!

<script type="module">
  import authlessExtract from 'https://cdn.skypack.dev/@authless/extract';
</script>

README

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
    • TypeDoc
    • Jest (TDD)
    • GitHub Issue/PR Templates
    • README templates
  • Code Velocity

Usage

Install

Click on the green button above that says "Use this template".

Update

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

git remote add template git@github.com:MichaelHirn/ts-template.git
git fetch --all
git merge template/master --allow-unrelated-histories # or some other branch