Add Microsoft Node.js Guidelines (#550)

Adds a link to the Microsoft Node.js Guidelines under miscellaneous. These guidelines help developers work with Node.js on Microsoft platforms.
This commit is contained in:
Matt Bierner
2016-08-02 12:09:45 -07:00
committed by Sindre Sorhus
parent b8a1e1d3b0
commit 081bf961fd

View File

@@ -884,6 +884,7 @@
- [node-module-boilerplate](https://github.com/sindresorhus/node-module-boilerplate) - Boilerplate to kickstart creating a node module. - [node-module-boilerplate](https://github.com/sindresorhus/node-module-boilerplate) - Boilerplate to kickstart creating a node module.
- [generator-nm](https://github.com/sindresorhus/generator-nm) - Scaffold out a node module. - [generator-nm](https://github.com/sindresorhus/generator-nm) - Scaffold out a node module.
- [awesome-cross-platform-nodejs](https://github.com/bcoe/awesome-cross-platform-nodejs) - Resources for writing and testing cross-platform code. - [awesome-cross-platform-nodejs](https://github.com/bcoe/awesome-cross-platform-nodejs) - Resources for writing and testing cross-platform code.
- [Microsoft Node.js Guidelines](https://github.com/Microsoft/nodejs-guidelines) - Tips, tricks, and resources for working with Node.js on Microsoft platforms.
## License ## License