LinuxCommandLibrary

jhipster

Web application generator using either monolithic or microservices architecture.

TLDR

Generate a simple full-stack project (monolithic or microservices)

$ jhipster
copy


Generate a simple frontend project
$ jhipster --skip-server
copy


Generate a simple backend project
$ jhipster --skip-client
copy


Apply latest JHipster updates to the project
$ jhipster upgrade
copy


Add a new entity to a generated project
$ jhipster entity [entity_name]
copy


Import a JDL file to configure your application (see: )
$ jhipster import-jdl [first_file.jh second_file.jh ... n_file.jh]
copy


Generate a CI/CD pipeline for your application
$ jhipster ci-cd
copy


Generate a Kubernetes configuration for your application
$ jhipster kubernetes
copy

Copied to clipboard