Node.js is great for reusing code — and the backbone of reusing code is NPM packages.

NPM packages save us tons of time and effort. Need a date library? There’s a package for it. Need a utility library? No problem, just install the package. Whenever you need to solve a problem with code, the chances are there’s a package tailored to your needs.

Here’s a list of packages I think every Node.js developer should know. Treat these NPM packages as time savers and magic fairy helpers.


husky

Husky makes it straightforward to implement git hooks. Work with a team and want to enforce coding standards across the team? No problem! Husky lets you require everyone to automatically lint and tests their code before committing or pushing to the repository.

Image for post

#programming #react #software-development #javascript #nodejs

12 Useful Packages Every Node.js Developer Should Know
1.30 GEEK