This is a simple template for creating typescript projects. It includes:
- Preconfigured tsconfig
- Prettier + eslint config
- Some sample code
- Conventional commits and commit message linting
- Also automatic changelogs and version bumping
package.jsonscripts for running and developing- A README.md template as well as CODE_OF_CONDUCT.md and CONTRIBUTING.md
- Renovate bot for updating deps + config (add from https://github.com/marketplace/renovate)
- Semantic pull requests: https://github.com/zeke/semantic-pull-requests
You can fill out the template README below and remove this notice, but please retain the acknowledgement to this repo below as it helps it grow.
Also please leave a star if you found the repo useful, as it really helps me out ❤⭐
$$1LINER
background details relevant to understanding what this module does
$$EXAMPLE;const $$$rePo = require('$$$REPO');
// Using ES6 import
import $$$rePo from '$$$REPO';With npm:
npm install $$$REPOWith yarn:
yarn add $$$REPO$$$REPO was inspired by...
See LICENSE