generator-armut-webapi
v1.0.0
Published
A generator built by Armut.com for a .NET Core 2 WebApi project, complete with unit & integration tests.
Downloads
3
Readme
generator-armut-webapi
Overview
This generator creates;
- A .NET Core WebAPI 2 project
- A core class library
- Unit and integration test projects
- appSettings.json files
All projects come with their appropiate Nuget packages and project references.
Installation
First, install Yeoman and generator-armut-webapi using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-armut-webapi
You will also need the .NET Core SDK 2.0 or higher if you don't have it already. To make sure it is installed correctly:
dotnet --version
Then generate your new project:
yo armut-webapi
And thats it!