Using JHipster modules

JHipster modules and blueprints are a great way to add more features and functionality to your generated code. There are many modules (55 at the time of writing) available to choose from in the JHipster marketplace (http://www.jhipster.tech/modules/marketplace), and you can also build your own modules to suit your needs. Some of the modules worth noticing are as follows:

Take a look at the following steps: 

  1. To use a JHipster module first install it using npm i -g generator-<module-name> or yarn add global generator-<module-name>.
  2. Once installed, go into the JHipster application directory and execute yo <module-name> to initiate the module and follow the prompts.