-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.54 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
---
title: OpenWrap - Package Management for .NET
layout: basic
---
<h1>
OpenWrap is the premier
<a href="http://en.wikipedia.org/wiki/Package_manager">package manager</a> for .NET.</h1>
<p>
Any .NET project beyond "hello world" is going to require external libraries and
tools. There's an abundance of free, open source libraries out there, but how do
you get what you need? Manually searching, downloading (and in some cases building
from source) is not a productive use of your time. It's even worse when one library
depends on another and you have to manage dependency chains!
</p>
<p>
The solution: <strong>OpenWrap</strong></p>
<p>
For example, say you want to use OpenRasta in your project. Simply run this at
the command line:</p>
<code>
<pre>o add-wrap openrasta-devtools</pre>
</code>
<p>
OpenWrap will query available repositories for the OpenRasta "wrap" and download
it along with all the necessary dependencies, such as Castle.</p>
<p>
Wraps are simple zip files containing the binaries, tools and other useful content.
They are copied into your project in an xcopy-friendly manner.</p>
<h2>Find out more</h2>
<p>
Sebastien Lambla, the creator of OpenWrap, writes about the project in his <a href="http://codebetter.com/sebastienlambla/">blog at CodeBetter.com</a>.
</p>
<p>
There is a <a href="http://github.com/openrasta/openwrap/wiki">wiki</a> at GitHub. You
should probably <a href="http://twitter.com/serialseb">follow seb on twitter</a> as well!
</p>