Simon Hartcher e6afa29a1e Add kvm and dnvm (ASP.NET vNext command line tools)
* kvm is the current version that may be deprecated soon
* dnvm is the new version that is still in heavy development

They may not play well together, but they both work individually.
2015-03-13 23:00:38 +11:00

15 lines
368 B
JSON

{
"version": "latest",
"license": "Apache 2.0",
"url": [
"https://raw.githubusercontent.com/aspnet/Home/master/kvm.ps1"
],
"homepage": "https://github.com/aspnet/Home",
"env_set": {
"KRE_HOME": "$dir\\.k",
"KRE_USER_HOME": "$dir\\.k"
},
"bin": "kvm.ps1",
"post_install": "iex \"kvm upgrade\""
}