https://github.com/pascalgrimaud/generator-jhipster-helloworld
JHipster module, to test generator-jhipster-module
https://github.com/pascalgrimaud/generator-jhipster-helloworld
Last synced: about 1 year ago
JSON representation
JHipster module, to test generator-jhipster-module
- Host: GitHub
- URL: https://github.com/pascalgrimaud/generator-jhipster-helloworld
- Owner: pascalgrimaud
- License: apache-2.0
- Created: 2017-03-26T08:12:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T07:05:54.000Z (almost 9 years ago)
- Last Synced: 2025-02-09T09:28:42.832Z (about 1 year ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-jhipster-helloworld
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> JHipster module, Simple module to test the generator-jhipster-module
# Introduction
This is a [JHipster](http://jhipster.github.io/) module, that is meant to be used in a JHipster application.
# 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-helloworld
```
To update this module:
```bash
yarn global upgrade generator-jhipster-helloworld
```
## With NPM
To install this module:
```bash
npm install -g generator-jhipster-helloworld
```
To update this module:
```bash
npm update -g generator-jhipster-helloworld
```
# Usage
# License
Apache-2.0 © [Pascal Grimaud](https://twitter.com/pascalgrimaud)
[npm-image]: https://img.shields.io/npm/v/generator-jhipster-helloworld.svg
[npm-url]: https://npmjs.org/package/generator-jhipster-helloworld
[travis-image]: https://travis-ci.org/pascalgrimaud/generator-jhipster-helloworld.svg?branch=master
[travis-url]: https://travis-ci.org/pascalgrimaud/generator-jhipster-helloworld
[daviddm-image]: https://david-dm.org/pascalgrimaud/generator-jhipster-helloworld.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/pascalgrimaud/generator-jhipster-helloworld