Skip to content

tijmenamsing/generator-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example Yeoman generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published