GitXplorerGitXplorer
g

ReversePackageSearch

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
abb8ef4374ea039fb4a969af5417e29e1f13c6b1

Update README.md

gglennc committed 11 years ago
Unverified
daa61b385b09bcd5ee12d6bd4ad30038d5eab3e1

Update README.md

gglennc committed 11 years ago
Unverified
0e0ec58a21a9998535368f7d7e894d32d47c8d2a

Adding a license since GitHub and Haaked said it was a good idea :)

gglennc committed 11 years ago
Unverified
ee05ca17895aa81af6095c86cb85fcc1ef4d0fda

Create README.md

gglennc committed 11 years ago
Unverified
dd578ff3b9a7a686519d372e3f7803daf405ffa4

There appears to be a bug stopping Nuget.Core from restoring, checking it in for now.

gglennc committed 11 years ago
Unverified
4813f271ab35d1fdb3fed4d3543f66d41b66dc85

Initial commit of site

gglennc committed 11 years ago

README

The README file for this repository.

ReversePackageSearch

Search types and members to find which NuGet packages they are in.

This is a little project I built in a few nights to help find packages from types.

Using

You will need the ASP.NET vNext tools setup: http://www.github.com/aspnet/Home

Restore all the packages, from inside the ReversePackageSearch folder (where the project.json is)

kpm restore

npm install

bower install

Use grunt to transpile the site.less files and copy stuff from the bower install directory to a Content directory. The site expects everything to be in a directory called content.

grunt dev