adding 'module-best-practices' to tutorials

hopefully the tutorial is not too opinionated :)
This commit is contained in:
Matt DesLauriers
2014-11-02 10:14:05 -05:00
parent 81f75b0476
commit 0c80b0d20d

View File

@@ -523,6 +523,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [The Art of Node](https://github.com/maxogden/art-of-node/#the-art-of-node) - An introduction to Node.js.
- [stream-handbook](https://github.com/substack/stream-handbook) - How to write Node.js programs with streams.
- [browserify-handbook](https://github.com/substack/browserify-handbook) - The definitive guide for browserify.
- [module-best-practices](https://github.com/mattdesl/module-best-practices) - Some good practices when writing new npm modules.
### Discovery