README
How to use
Install
- install package yeoman by
npm install -g yo
- create directory for contain source
mkdir xxxxxxxx
- go to your directory
cd xxxxxxxx
- use follow this command
npm init
npm i generator-mvvm
npm link
- use follow command and select project you need
yo
- Let's have fun :D