0.3.4 • Published 6 years ago

generator-og-px-seed v0.3.4

Weekly downloads
21
License
-
Repository
-
Last release
6 years ago

generator-og-px-seed

Overview

Yeoman Generator to create a Predix Seed App

Usage

npm install yo -g
npm install generator-og-px-seed -g
yo og-px-seed

Prerequisites

  1. node.js
  2. npm
  3. bower
  4. webcomponents-lite.js polyfill

Node, npm and bower are necessary to install the component and dependencies after creating the seed app.

Getting Started

First, install yeoman globally if you have not done so earlier.

npm install yo -g

Second, install the og-px-seed Yeoman generator

npm install generator-og-px-seed -g

Create a new folder where you want to place your project files. Eg: If you want to create a project named og-my-project, create a folder 'og-my-project' and cd to it.

Finally, run the generator to scaffold a new seed app inside the new folder

yo og-px-seed

Issues Logs

Please use Github Issues to submit any bugs you might find.

0.3.4

6 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago