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

https://github.com/casperiv0/ts-project-template

A simple TypeScript project template with ESLint, prettier and GitHub actions
https://github.com/casperiv0/ts-project-template

template typescript-template

Last synced: 3 months ago
JSON representation

A simple TypeScript project template with ESLint, prettier and GitHub actions

Awesome Lists containing this project

README

        

# ts-project-template

A simple TypeScript project template with ESLint, prettier and GitHub actions

## pnpm scripts

- `format`: formats the code using Prettier
- `lint`: checks for lint errors using ESLint
- `test:tsc`: checks for TypeScript errors

## workflows

- `lint`: runs the `lint` script
- `tsc-test`: runs the `test:tsc` script