Strict TypeScript template using yarn / CommonJS / TypeScript / Jest / ESLint / Prettier / Github Actions
Create repository from template using GitHub CLI.
# Replace <new-repo-name> for your new repository name.
gh repo create <new-repo-name> --template="MathieuGermain/typescript-template"
Make sure you have yarn installed globally.
To learn more about yarn visit https://classic.yarnpkg.com/en/docs/getting-started
npm install --global yarn
Install and build project.
yarn