intellifactory / fsnuget

FsNuGet: minimal NuGet API with F# (why? because NuGet.Core.dll fails on Mono)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FsNuGet

Build status

Grown out of frustration with NuGet.Core.dll, this little lib allows for basic operations, such as checking out latest version of a NuGet package from the official repository and unpacking it to a local folder.

Unlike NuGet.Core.dll, tries to be lightweight and to work on Mono.

About

FsNuGet: minimal NuGet API with F# (why? because NuGet.Core.dll fails on Mono)

License:Other


Languages

Language:F# 96.3%Language:Batchfile 3.7%