# generator-postcon-spring-boot
> 

## Installation

First, install [Yeoman](http://yeoman.io) and @postcon/generator-spring-boot using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g @postcon/generator-spring-boot
```

Check and update if necessary to the latest repo version

```bash
npm uninstall -g @postcon/generator-spring-boot
npm install -g @postcon/generator-spring-boot
```

Then generate your new project:

```bash
mkdir your-project
cd your-project
yo @postcon/spring-boot
```

## Changing the Template
To upload a new version of the template:
1. Update ``version`` in ``package.json`` and ``package-lock.json``.
1. On command line ``npm login``.
1. On command line ``npm publish``. 

## License

Apache-2.0 © [Team Javengers, Postcon Service GmbH]()
