jhipster

development platform for generating modern web applications and microservices

TLDR

Generate new application
$ jhipster
Import JDL file to generate entities
$ jhipster import-jdl [entities.jdl]
Generate entity
$ jhipster entity [EntityName]
Upgrade JHipster
$ jhipster upgrade
Generate CI/CD configuration
$ jhipster ci-cd
Generate Docker Compose files
$ jhipster docker-compose
Show info
$ jhipster info

SYNOPSIS

jhipster [command] [options]

DESCRIPTION

JHipster is a development platform for generating modern web applications and microservices. Creates production-ready Spring Boot backends with Angular, React, or Vue frontends. Includes authentication, monitoring, API documentation, and database configurations out of the box.

SUBCOMMANDS

app

Generate new application (default).
entity name
Generate entity and CRUD.
import-jdl file
Import JDL file for entities.
upgrade
Upgrade JHipster version.
ci-cd
Generate CI/CD configuration.
docker-compose
Generate Docker Compose files.
kubernetes
Generate Kubernetes configuration.
info
Display environment info.

INSTALL

brew install jhipster

SEE ALSO

npm(1), mvn(1), spring(1)