0.1.1 • Published 7 years ago

generator-dofgabi v0.1.1

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

Website and MVC Template Generator

Create a folder structure based on the MVC template and custom website 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 or yo dofgabi:website to generate a website 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.