https://github.com/michaelhirn/ts-template
A TypeScript template repository to bootstrap your next project
https://github.com/michaelhirn/ts-template
github-template template template-repository typescript
Last synced: 11 days ago
JSON representation
A TypeScript template repository to bootstrap your next project
- Host: GitHub
- URL: https://github.com/michaelhirn/ts-template
- Owner: MichaelHirn
- Created: 2020-04-30T19:12:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:41:00.000Z (about 3 years ago)
- Last Synced: 2025-06-05T05:42:39.419Z (8 months ago)
- Topics: github-template, template, template-repository, typescript
- Language: TypeScript
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.example.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [Project Name]
## Development
#### Linting
This repository is using eslint. You can check that the linters pass by running locally before committing changes: `npm run lint`.
#### Commit Message Semantics
This repository is using and validating against the [conventional commit message syntax](https://www.conventionalcommits.org/en/v1.0.0/).
#### Release/Deployment
This repository uses [semantic release](https://github.com/semantic-release/semantic-release). Qualified merges into the `master` branch result in a new release. For more info checkout the semantic-release workflow action in the .github folder and the semantic-release documentation.