Skip to content

lievenvg/generator-dgp-web-aspnetcore_yeoman

 
 

Repository files navigation

generator-dgp-web-aspnetcore

Yeoman generator for a new ASP.NET Core 1.0 Web Client project.

Installation

Make sure you have installed a recent version of node.js. You can download it here : https://nodejs.org/en/.

Install Yeoman :

npm install yo -g

The -g flag installs the generator globally so you can run yeoman from anywhere.

Install the generator :

npm install generator-dgp-web-aspnetcore -g

Generate a new ASP.NET Core project

In a command prompt, navigate to the directory where you want to create the new project and type :

yo dgp-web-aspnetcore

Answer the questions :-)

About

Yeoman generator for ASP.NET Core Web projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.5%
  • C# 24.0%
  • HTML 8.5%