-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
104 lines (91 loc) · 3.72 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
title: Home
layout: default
---
<div class="container">
<div class="hero">
<img src="/images/NuProjVS.png">
<h1>NuProj</h1>
<p class="lead">The most convenient and flexible way to create NuGet packages</p>
<p>
<a href="https://visualstudiogallery.msdn.microsoft.com/fbe9b9b8-34ae-47b5-a751-cb71a16f7e96/file/133119/8/NuProj.msi"
class="pull-center btn btn-success btn-lg"
role="button">
<i class="fa fa-download"></i>
Download
</a>
</p>
</div>
</div>
<div class="container marketing">
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-9">
<h2 class="featurette-heading">Supports all NuGet features. <span class="text-muted">No compromises.</span></h2>
<p class="lead">
NuGet has a vast amount of configuration options and conventions. NuProj allows you to express them
all while keeping the complexity at a minimum.
</p>
<p>
<a href="/documentation/#raw-msbuild-authoring" class="btn btn-primary btn-lg" role="button">Learn more</a>
</p>
</div>
<div class="col-md-3">
<img class="featurette-image img-responsive" src="/images/NuGet.png">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-3">
<img class="featurette-image img-responsive" src="/images/VisualStudio.png">
</div>
<div class="col-md-9">
<h2 class="featurette-heading">Integrated with Visual Studio. <span class="text-muted">Feel at home.</span></h2>
<p class="lead">
Developers don't like having to switch tools. With NuProj, creating and maintaining NuGet packages
was never simpler. Thanks to a first class Visual Studio integration, it's all part of your daily
routine.
</p>
<p>
<a href="documentation" class="btn btn-primary btn-lg" role="button">Learn more</a>
</p>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-9">
<h2 class="featurette-heading">Integrated with MSBuild. <span class="text-muted">Building like the pros.</span></h2>
<p class="lead">
Build automation is part of every professional development workflow. Since NuProj is integrated
with MSBuild it builds the same way as all your other projects. Running on a hosted build controller? No
worries — we got you covered. NuProj can also be restored as a NuGet package which means you don't
need to install anything.
</p>
<p>
<a href="documentation/#checked-in-toolkit" class="btn btn-primary btn-lg" role="button">Learn more</a>
</p>
</div>
<div class="col-md-3">
<img class="featurette-image img-responsive" src="/images/MSBuild.png">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-3">
<img class="featurette-image img-responsive" src="/images/GitHub.png">
</div>
<div class="col-md-9">
<h2 class="featurette-heading">It's open source. <span class="text-muted">Participate and contribute.</span></h2>
<p class="lead">
No reason to convince your boss to buy another expensive IDE extension. NuProj is free. It's also
open source under the <a href="/LICENSE">MIT license</a>. Visit our GitHub project to file bugs, engage in
discussions or even contribute a feature. We'd love hearing from you!
</p>
<p>
<a href="https://github.com/nuproj/nuproj" class="btn btn-primary btn-lg" role="button">Learn more</a>
</p>
</div>
</div>
<hr class="featurette-divider">
{% include footer.html %}
</div>