generator-jhipster-fortune

Sample JHipster module, generates a "fortune cookie" page in your JHipster application

Usage no npm install needed!

<script type="module">
  import generatorJhipsterFortune from 'https://cdn.skypack.dev/generator-jhipster-fortune';
</script>

README

generator-jhipster-fortune NPM version Build Status Dependency Status

Sample JHipster module, generates a "fortune cookie" page in your JHipster application

Usage

This is a JHipster module, that is meant to be use in a JHipster application.

The "Fortune cookie" is an example, used to demonstrate how to create modules with JHipster.

Installation

As this is a JHipster module, we expect you have JHipster and its related tools already installed.

npm install -g generator-jhipster-fortune

Then run the module on a JHipster generated application:

yo jhipster-fortune

License

Apache-2.0 © Julien Dubois