Scaffold an entire .NET Web API with a simple yaml or json file so you can focus on the high value features in your web app.
🚧
Craftsman commands now use spaces instead of `:` delimiters. Updated video coming soon!Craftsman commands now use spaces instead of `:` delimiters (e.g. `craftsman new domain ../myfile.yaml`). Updated video coming soon!
Describe your API
In order to scaffold out a new API, we need to build a simple yaml or json file to describe what we want our API to look like. This files is just some basic project info (project name, database info), and a description of your entities. We can also provide optional info like environment information or a swagger layout.
Wrapt Web APIs eliminate the tedium so you can hit the ground running and get your applications deployed quickly.