dnvm

aspnet5 dnvm/dnu/dnx commands

Usage no npm install needed!

<script type="module">
  import dnvm from 'https://cdn.skypack.dev/dnvm';
</script>

README

Installation

Windows is currently not supported. Tested successfully on OS X Yosemite.

$ brew install mono
$ npm install -g dnvm

Usage

$ dnvm upgrade
$ dnu restore
$ dnu build
$ dnx . kestrel

More information

You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.