This is a mirror of official site: http://jasper-net.blogspot.com/

OpenWrap

| Thursday, November 18, 2010
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!

The solution: OpenWrap

For example, say you want to use NHibernate in your project. Simply run this at the command line:

c:\myproject> o add-wrap nhibernate

OpenWrap will query available repositories for the NHibernate "wrap" and download it along with all the necessary dependencies, such as Castle. Wraps are simple zip files containing the binaries, tools and other useful content. They are copied into your project in an x-copy friendly manner.

Read more: OpenWrap

Posted via email from .NET Info

0 comments: