generator-owin-static
v0.1.3
Published
Yeoman generator
Downloads
7
Readme
generator-owin-static
A Yeoman generator to create a minimal OWIN-based .NET Web application with its NuGet dependencies, project and solution files.
The server uses the OWIN host package and the static file handler middleware instead of IIS Express. The purpose of this tiny project template is to have a quick start for doing demos and samples of static web applications in Visual Studio.
Installation
To install generator-owin-static from npm, run:
npm install -g generator-owin-static
Finally, initiate the generator:
yo owin-static
Getting To Know Yeoman
Check out the complete Getting Started Guide.
License
MIT