From e6afa29a1ee96bc564ca476acc0c42395d8e8d58 Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Fri, 13 Mar 2015 23:00:38 +1100 Subject: [PATCH] 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. --- dnvm.json | 13 +++++++++++++ kvm.json | 14 ++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 dnvm.json create mode 100644 kvm.json diff --git a/dnvm.json b/dnvm.json new file mode 100644 index 0000000000..88928e9e0f --- /dev/null +++ b/dnvm.json @@ -0,0 +1,13 @@ +{ + "version": "latest", + "license": "Apache 2.0", + "url": [ + "https://raw.githubusercontent.com/aspnet/Home/dev/dnvm.ps1" + ], + "homepage": "https://github.com/aspnet/Home", + "env_set": { + "DNX_HOME": "$dir\\.dnx", + "DNX_USER_HOME": "$dir\\.dnx" + }, + "bin": "dnvm.ps1" +} diff --git a/kvm.json b/kvm.json new file mode 100644 index 0000000000..0744936692 --- /dev/null +++ b/kvm.json @@ -0,0 +1,14 @@ +{ + "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\"" +}