This monorepo included libraries, tools, and helpers that will make my life easier.
- Support Git hooks via husky
- Support lint-staged
- Support ESLint && Prettier
- Support ESLint 9 (@nx/eslint-plugin)
- Support commitlint && commitizen
- Support vite && vitest
- Support test junit output (reports/test-results)
- Support test coverage output (reports/coverage)
- Support TypeDocs
- Automatically update dependencies via dependabot
- Automatically merge PRs via mergify
- Support new package generator
- Support increase version based on conventional commits
- Support release new package via GitHub Actions
@nx/js:swc
must be use on nx-plugins only
Just install packages as normal (docs).
Check here