Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smichelotti/webapi.scaffolding
- Owner: smichelotti
- Created: 2012-06-21T18:01:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-21T19:12:42.000Z (over 12 years ago)
- Last Synced: 2024-04-14T18:02:40.991Z (10 months ago)
- Language: PowerShell
- Size: 516 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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