In this directory, we have examples of utilities that are useful for Node.js development. See the Examples section of the root README.md for a list of all projects contained within, or take a look through the directories yourself.
Any module that is helpful in simplifying tasks that you'll encounter in Node.js. For example:
- Utility libraries (Lodash, Underscore) that help simplify common operations
- Single purpose libraries (Moment, node-fetch) that solve a problem particularly well
If you're interested in seeing more examples of utilities or want to help maintain the current examples, we more than welcome your contribution! See CONTRIBUTING.md for more details 🤗