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 github release workflow what creates release from conventional-changelog CHANGELOG.md when you push tag like ..* (1.1.0, 5.0.0, 0.0.0, etc). | |
standard-version | Initialize standard-version with conventional commits config(with repository url if defined or "" placeholder), custom options(like removed "v" tag prefix) and release scripts. | |
jest | Initialize jest with config and test scripts. | |
docker | Initialize docker with Dockerfile and .dockerignore files | |
test-workflow | Initialize github test workflow what runs npm run test on each push to github. | |
build-workflow | Initialize github build workflow that runs npm run build on each push to github. | |
codecov-workflow | Initialize 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. | |