A code generator for Yeoman.
git clone https://github.com/nahidf/code-generator.git
cd code-generator
npm install
npm link
- Install Yeoman
 
$ npm install -g yo
this command will install Yeoman globally on your computer
- Install code generator
 
$ npm install -g code-generator
this command will install code-generator globally on your computer
- Create a new project directory, switch to it and run the generator
 
$ mkdir my-new-project
$ cd my-new-project
$ yo code-generator
- .NET MVC 5
 - .NET WebAPI 2