Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 726 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 726 Bytes

Example generator for Yeoman

This is a working Yeoman example generator.

Prerequisites

  • node.js
  • npm

Install

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.

  1. Install Yeoman globally
npm install -g yo
  1. Clone this repository
git clone https://github.com/jizza/generator-example-app.git
  1. Step into the folder
cd generator-example-app
  1. Install the package's dependencies
npm install
  1. Install the package locally
npm link

Run

  1. Create a new folder
  2. Run the generator
yo example-app