# generator-jhipster-jgitver
[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Dependency Status][daviddm-image]][daviddm-url]
> JHipster module, Integration of JGitVer tool to jhipster project

# Introduction

This is a [JHipster](http://jhipster.github.io/) module, that is meant to be used in a JHipster application.
This module is used to generate a default configuration for [jgitver](https://jgitver.github.io/).


# Prerequisites

As this is a [JHipster](http://jhipster.github.io/) module, we expect you have JHipster and its related tools already installed:

- [Installing JHipster](https://jhipster.github.io/installation.html)

# Installation

## With Yarn

To install this module:

```bash
yarn global add generator-jhipster-jgitver
```

To update this module:

```bash
yarn global upgrade generator-jhipster-jgitver
```

## With NPM

To install this module:

```bash
npm install -g generator-jhipster-jgitver
```

To update this module:

```bash
npm update -g generator-jhipster-jgitver
```

# Usage

To run the module on a JHipster generated application

```bash
yo jhipster-jgitver
```

# License

Apache-2.0 © [Marc Saguer](https://github.com/MSaguer) and the respective contributors.


[npm-image]: https://img.shields.io/npm/v/generator-jhipster-jgitver.svg
[npm-url]: https://npmjs.org/package/generator-jhipster-jgitver
[travis-image]: https://travis-ci.org/MSaguer/generator-jhipster-jgitver.svg?branch=master
[travis-url]: https://travis-ci.org/MSaguer/generator-jhipster-jgitver
[daviddm-image]: https://david-dm.org/MSaguer/generator-jhipster-jgitver.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/MSaguer/generator-jhipster-jgitver
