ASP.NET Core MVC 2.0 Cookbook
上QQ阅读APP看书,第一时间看更新

Using Yeoman code-generated templates

Yeoman (http://yeoman.io/) is a code-generator tool. It enables the generation of all the necessary files that you will need in a project template, according to a particular web technology. Yeoman allows us to generate full project templates but also pieces of code or optional features we could use in our projects. They are called subgenerators.

In this recipe, we will learn how to install Yeoman and use it in Windows.
We will create Yeoman generators and subgenerators.