└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Codechecks [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | 3 | A curated list of awesome codechecks for almost anything 4 | 5 | ## Frontend development 6 | 7 | - [build-size-watcher](https://github.com/codechecks/build-size-watcher) - Keep your bundle size in check and detect when it gets too big. 8 | - [commit-deployment](https://github.com/codechecks/commit-deployment) - Ship every code change that you make 9 | - [lighthouse-keeper](https://github.com/codechecks/lighthouse-keeper) - Keep an eye on Google Lighthouse score changes 💡👀 10 | - [codechecks-dependency-cruiser](https://github.com/MichalZalecki/codechecks-dependency-cruiser) - Validate module dependencies with dependency-cruiser 11 | 12 | ### Visual regression 13 | 14 | You can employ visual regression in few different wayes, depending on complexity of your app. 15 | 16 | - [vis-reg-routes](https://github.com/codechecks/vis-reg-routes) — Visual Regression performed on selected routes of the app 17 | - [vis-reg](https://github.com/codechecks/vis-reg) — Core visual regression codechecks, just provide path to directory with images 18 | 19 | ## Git 20 | 21 | - [codechecks-git-no-uncommitted](https://github.com/MichalZalecki/codechecks-git-no-uncommitted) - Detect uncommitted files that changed unexpectedly during your CI process 22 | 23 | ## TypeScript 24 | 25 | - [TypeCov](https://github.com/codechecks/typecov) - Track missing type coverage to ensure type safety 26 | 27 | ## Blockchain 28 | 29 | - [eth-gas-reporter](https://github.com/cgewecke/eth-gas-reporter) - Gas usage per unit test. Average gas usage per method. A mocha reporter. 30 | 31 | ## Misc 32 | 33 | - [ban-deps-codecheck](https://github.com/codechecks/ban-deps-codecheck) - Prevent direct or indirect dependencies on your package 34 | 35 | ## Contributing 36 | 37 | Have you created an awesome codecheck? Feel free to add it to this list! 38 | --------------------------------------------------------------------------------