Skip to content

Commit f72cd7c

Browse files
authored
Merge pull request #1575 from paulvanbrenk/updateReadme
Update readme.md for future development plans.
2 parents 3463fdf + 2ff8d25 commit f72cd7c

1 file changed

Lines changed: 30 additions & 19 deletions

File tree

README.md

Lines changed: 30 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,41 @@
1-
<a href="http://aka.ms/explorentvs" target="_blank">![Node.js Tools for Visual Studio](https://download-codeplex.sec.s-msft.com/Download?ProjectName=nodejstools&DownloadId=761175&Build=20959)</a>
2-
<hr>
3-
NTVS is a free, open source plugin that turns Visual Studio into a Node.js IDE. It is designed, developed, and supported by Microsoft and the community.
1+
# Node.js tools for Visual Studio
42

5-
[![Build status](https://ci.appveyor.com/api/projects/status/24y23j0vxsx8q0hg/branch/master?svg=true)](https://ci.appveyor.com/project/mousetraps/nodejstools/branch/master) [![Join the chat at https://gitter.im/Microsoft/nodejstools](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Microsoft/nodejstools?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3+
Node.js tools for [Visual Studio 2017](http://aka.ms/explorentvs) is developed and managed here.
64

7-
#### <a href="http://aka.ms/explorentvs" target="_blank">**> Learn more and start developing Node.js applications in Visual Studio**</a>
5+
![Build status for master branch](https://devdiv.visualstudio.com/_apis/public/build/definitions/0bdbc590-a062-4c3f-b0f6-9383f67865ee/4492/badge)
6+
[![Join the chat at https://gitter.im/Microsoft/nodejstools](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Microsoft/nodejstools?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
87

9-
<a href="https://channel9.msdn.com/events/Visual-Studio/Connect-event-2015/801" target="_blank">![alt tag](http://i.imgur.com/cXM8wkr.png)</a>
108

11-
NTVS supports **editing**, **Intellisense**, **profiling**, **npm**, **TypeScript**, **debugging locally and remotely** (Windows/MacOS/Linux), as well **Azure Web Sites and Cloud Services**.
9+
Visit our page on [VisualStudio.com](https://aka.ms/explorentvs) for an overview and download links,
10+
and check out our documentation on [the NTVS wiki](https://github.com/Microsoft/nodejstools/wiki)
11+
and our (old) [feature overview](https://channel9.msdn.com/events/Visual-Studio/Connect-event-2015/801) video on Channel 9.
1212

13-
## Documentation
14-
* [**NTVS documentation**](https://github.com/Microsoft/nodejstools/wiki) is available in the NTVS wiki.
15-
* [**Microsoft/nodejs-guidelines**](https://github.com/Microsoft/nodejs-guidelines) includes other tips for working with Node.js.
13+
Feel free to file issues or ask questions on our [issue tracker](http://github.com/Microsoft/nodejstools/issues),
14+
and we welcome code contributions - see [Contributing](https://github.com/Microsoft/nodejstools/wiki/Contributing) for information.
15+
Documentation contributions may be made on the [NTVS wiki](https://github.com/Microsoft/nodejstools/wiki).
1616

17-
## Releases
18-
* **[Node.js Tools 1.2](http://aka.ms/ntvslateststable)** - Latest and greatest NTVS release (available for Visual Studio 2015 Update 3 RTM)
19-
* **[Dev Builds](https://github.com/Microsoft/nodejstools/releases)** - Includes the most recent changes and bugfixes (available for Visual Studio 2015 and VS 15)
20-
* **[Node.js Tools 1.1](https://github.com/Microsoft/nodejstools/releases/tag/v1.1.1)** - Legacy NTVS release for Visual Studio 2012, 2013, and 2015
17+
## Visual Studio 2017 installation
2118

22-
## Contributions
23-
We would love to have you as a contributor!
24-
* [Contributing to NTVS](https://github.com/Microsoft/nodejstools/wiki/Contributing)
25-
* [Build Instructions for NTVS](https://github.com/Microsoft/nodejstools/wiki/Build-Instructions)
19+
The Node.js development workload is available as part of [Visual Studio 2017](https://aka.ms/explorentvs) Community, Professional and Enterprise.
20+
To install, run the [normal VS installer](https://visualstudio.com/vs/downloads?wt.mc_id=github_microsoft_com)
21+
and select the **Node.js development workload**.
2622

27-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
23+
## Visual Studio 2015 and earlier
24+
25+
Prior to Visual Studio 2017, the Node.js tools were released as a standalone extension. We are no longer actively developing these versions,
26+
but if you are unable to upgrade to Visual Studio 2017 yet, you can use these older installers to get the Node.js tools.
27+
28+
[NTVS 1.3](https://github.com/Microsoft/nodejstools/releases/tag/v1.3) is the latest available version for Visual Studio 2015.
29+
30+
[NTVS 1.1](https://github.com/Microsoft/nodejstools/releases/tag/v1.1.1) is the last release for Visual Studio 2012, and 2013.
31+
32+
## Code of Conduct
33+
34+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
35+
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
36+
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
2837

2938
## License
3039
[Apache License 2.0 (Apache)](https://github.com/Microsoft/nodejstools/blob/master/LICENSE)
40+
41+
Thank you for using and supporting the Node.js Tools for Visual Studio

0 commit comments

Comments
 (0)