bm2yogi / Ultron

Template for WebAPI apps pre-configured with IoC and psake build scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultron

Template for WebAPI apps pre-configured with IoC and psake build scripts.

Just a little something to help get a head-start on greenfield ASP.NET WebApi projects.

Comes with some of my preferred goodies like Sahara (with nUnit and Moq) for unit tests, AutoFac for dependency injection, a psake build script and probably a few more goodies later.

Ideally, you should only have to clone the repo, then run

psake -parameters @{appName=<<yourApp'sName>>}

The script should bring down any declared nuget dependencies, build, run tests and deploy the app to your webroot, then configure IIS to serve up the files.

It's a work in progress.

About

Template for WebAPI apps pre-configured with IoC and psake build scripts.


Languages

Language:C# 86.5%Language:JavaScript 6.5%Language:HTML 3.1%Language:PowerShell 2.1%Language:CSS 1.6%Language:ASP 0.1%