Today I came across (via Hacker News) a neat tool for NodeJS that consolidates and automates a couple of tools to ensure that your code is consistent and follows industry conventions. It looks for repeated code, proper conventions, and removes some elements of human error. I plan to use it in future projects!

Read - https://github.com/FGRibreau/check-build

Leave a Comment