An open API service indexing awesome lists of open source software.

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

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.