A curated list of awesome codechecks for almost anything
- build-size-watcher - Keep your bundle size in check and detect when it gets too big.
- commit-deployment - Ship every code change that you make
- lighthouse-keeper - Keep an eye on Google Lighthouse score changes 💡👀
- codechecks-dependency-cruiser - Validate module dependencies with dependency-cruiser
You can employ visual regression in few different wayes, depending on complexity of your app.
- vis-reg-routes — Visual Regression performed on selected routes of the app
- vis-reg — Core visual regression codechecks, just provide path to directory with images
- codechecks-git-no-uncommitted - Detect uncommitted files that changed unexpectedly during your CI process
- TypeCov - Track missing type coverage to ensure type safety
- eth-gas-reporter - Gas usage per unit test. Average gas usage per method. A mocha reporter.
- ban-deps-codecheck - Prevent direct or indirect dependencies on your package
Have you created an awesome codecheck? Feel free to add it to this list!