commitlint | Initialize commitlint with conventional commits config | husky |
eslint | Initialize eslint with config and lint scripts | prettier |
stylelint | Initialize stylelint with config and lint scripts | prettier |
husky | Initialize husky | |
lint-staged | Initialize lint-staged | husky, jest, eslint, prettier, stylelint |
prettier | Initialize prettier with config and format scripts | |
release-workflow | Initialize a github release workflow what creates a release from conventional-changelog CHANGELOG.md when you push a tag | |
standard-version | Initialize standard-version with the conventional commits config | |
jest | Initialize jest with config and test scripts | |
docker | Initialize docker with Dockerfile and .dockerignore files | |
test-workflow | Initialize a github test workflow what runs npm run test on each push to github | |
build-workflow | Initialize a github build workflow that runs npm run build on each push to github | |
codecov-workflow | Initialize a codecov workflow that collects code coverage and send it to codecov. The workflow configured to work in public repositories (without codecov token), to run in private repository you need to modify the workflow and add token in codecov action | |
dependabot | Initialize github dependabot what manages project dependencies vulnerabilities and opens pull requests with fixes | |