mirror of
https://github.com/zkitter/groups.git
synced 2026-01-09 13:08:01 -05:00
b6ceb605de500bb9269a372969d261b6cde3b4cf
| 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 |
Start
Node
npm run setup
nps start
Docker
docker compose up
Languages
TypeScript
97.4%
Dockerfile
1.4%
Shell
1.2%