Chapter 22 shows how to create Node.js modules and share them.
- A package.json file
- Folder layout for a Node.js module
- How to test your module with assert
- How to test your module with mocha
- Adding an execuable to your module
- Using module.exports with prototype-based programming
- Using module.exports with privileged methods
- Adding Travis CI, Github Information and publishing to npm