/generator-uuf

A Yeoman generator for the Unified UI Framework

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Installation

The following instructions are temporary steps in order to setup th generator for testing:

  1. Clone this repository
  2. Type npm link to create a symbolic link to the global modules folder

Usage

###To generate an application

Syntax: yo uuf < app-name >

	yo uuf my-app

###To generate a component

Syntax: yo uuf:components < component-name >

	yo uuf:components my-logo

###To generate a layout

Syntax: yo uuf:layouts < layout-name >

	yo uuf:layouts my-layout

###To generate a page

Syntax: yo uuf:pages < page-name >

	yo uuf:pages my-page