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.