This is a working Yeoman example generator.
- node.js
- npm
Since this is just an example generator, the package isn't published to a public registry. Instead, you can clone this repository and install it locally.
- Install Yeoman globally
npm install -g yo
- Clone this repository
git clone https://github.com/jizza/generator-example-app.git
- Step into the folder
cd generator-example-app
- Install the package's dependencies
npm install
- Install the package locally
npm link
- Create a new folder
- Run the generator
yo example-app