1.0.0 • Published 6 years ago

generator-armut-webapi v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

generator-armut-webapi NPM version

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!