coding

javascript

The Essencial Node JS Libraries

A list of the essential Node.js libraries that will make your life easier when developing node.js applications.

/The%20Essencial%20Node%20JS%20Libraries

Nodemon

Nodemon is a pretty cool library which helps you develop node.js applications by automatically restarting the node.js application when file changes in the directory are detected.

here is the link for documentation and installation

https://www.npmjs.com/package/nodemon

Chalk

Chalk is a library that helps you style the Terminal strings, you can add color and font weight etc.

More info on how o use it and install it here:

https://www.npmjs.com/package/chalk

Validator

Validator is a very useful library that helps you validate emails, numbers among other types of data.

More info on how o use it and install it here:

https://www.npmjs.com/package/validator

Yargs

Yargs helps you build interactive command line tools by parsing arguments and generating an elegan user interface.

More info on how o use it and install it here:

https://www.npmjs.com/package/yargs