Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smichelotti/webapi.scaffolding

Scaffolding (T4) for ASP.NET Web API
https://github.com/smichelotti/webapi.scaffolding

Last synced: about 2 months ago
JSON representation

Scaffolding (T4) for ASP.NET Web API

Awesome Lists containing this project

README

        

## WebApi.Scaffolding

Web.Api Scaffolding is built on top of [T4Scaffolding](http://nuget.org/packages/T4Scaffolding).

It behaves similar to MVC Scaffolding which is that it adds PowerShell commands to the NuGet Package Manager console window.
It enables scaffolding of API Controllers with Repositories and more advanced options than what comes built-in to the OOTB MVC tooling.

NuGet location: http://nuget.org/packages/WebApi.Scaffolding

### Libraries used

* ASP.NET Web API