# Yeoman generator for creating applications to run on the Aurora OpenShift platform

> Build an application that run on the Aurora OpenShift platform

```
     _-----_
    |       |      .--------------------------.
    |--(o)--|      |      Welcome to the      |
   `---------´     |     Aurora OpenShift     |
    ( _´U`_ )      |       application        |
    /___A___\      |        generator!        |
         |  ~  |   '--------------------------'
   __'.___.'__   
 ´   `  |° ´ Y ` 
```

Please check the [README](https://github.com/Skatteetaten/aurora-spring-boot-starters/) of »Aurora Spring Boot Starters« to get detailed information about what it’s all about.

This readme only contains the gist of it and mainly describes Yeoman specific things.

## Installation

```bash
install.sh 
```
This will install nodejs, yo and the generator from source. It is not published on npm registry yet. 

Then generate your app
```bash
yo aurora-openshift
```

