LinuxCommandLibrary

jhipster

development platform for generating modern web applications and microservices

TLDR

Generate new application

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

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.

SEE ALSO

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community