mirror of
https://github.com/sripwoud/ts-template.git
synced 2026-05-10 03:00:12 -04:00
49ec9908eba0603515b628b860a6d476f4327689
| Feature | With | Configuration File |
|---|---|---|
| Typings | Typescript | tsconfig.json |
| Scripts | Nps | package-scripts.yaml |
| Testing | Jest, ts-jest | jest.config.ts |
| Coverage reports | Coveralls | Coveralls GitHub Action |
| Linting | Eslint | .eslintrc.yaml |
| Formatting | Prettier | .prettierrc.yaml |
| Continuous Integration | GitHub Workflow | .github/workflows |
| Import aliases | Typescript paths, module-alias | tsconfig.json, package.json |
| Rollup exports | Barrelsby | .barrelsby.json |
| Containerization | Docker | Dockerfile, docker-compose.yaml |
| Pre-commit hook (linting, formatting) | Husky, lint-staged | pre-commit, .lintstagedrc.yaml |
| Security Checks | Snyk | snyk.yaml |
Languages
Pkl
47.4%
TypeScript
32.9%
Shell
19.7%