-
install node: https://nodejs.org/en/download
-
install yeoman: https://yeoman.io/
git clone git@github.com:nialloc9/generator-poc.git
cd generator-poc
npm install
npm link
yo poc
- Show that custom documentation can be auto generated. For this test a .gitignore and a README
- Custom documentation can easily be created using the yeoman scaffolding tool.