0.1.2 • Published 7 years ago

generator-dofgabi-mvc v0.1.2

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
7 years ago

MVC Template Generator

Create a folder structure based on the MVC template

Installation

I assume you have pre-installed node.js and updated your npm version. npm install -g npm@latest So you need to install Yeoman and generator-dofgabi using npm :

npm install -g yo
npm install -g generator-dofgabi

Generate your new project

  • Run yo dofgabi-mvc to generate a MVC template

Note that this template will generate files in the current directory, so be sure to change to a new directory first if you don't want to overwrite existing files. "# generator-dofgabi-mvc"