snippetbashTip
jhipster — Web application generator using either monolithic or microservices architecture. More information: <
Viewed 0 times
commandgeneratorjhipstereithercliusingwebapplication
Problem
How to use the
jhipster command: Web application generator using either monolithic or microservices architecture. More information: <https://www.jhipster.tech/creating-an-app/#command-line-options>.Solution
jhipster — Web application generator using either monolithic or microservices architecture. More information: <https://www.jhipster.tech/creating-an-app/#command-line-options>.Generate a simple full-stack project (monolithic or microservices):
jhipsterGenerate a simple frontend project:
jhipster --skip-serverGenerate a simple backend project:
jhipster --skip-clientApply latest JHipster updates to the project:
jhipster upgradeAdd a new entity to a generated project:
jhipster entity {{entity_name}}Import a JDL file to configure your application (see: <https://start.jhipster.tech/jdl-studio/>):
jhipster import-jdl {{file1.jh file2.jh ...}}Generate a CI/CD pipeline for your application:
jhipster ci-cdGenerate a Kubernetes configuration for your application:
jhipster kubernetesCode Snippets
Generate a simple full-stack project (monolithic or microservices)
jhipsterGenerate a simple frontend project
jhipster --skip-serverGenerate a simple backend project
jhipster --skip-clientApply latest JHipster updates to the project
jhipster upgradeAdd a new entity to a generated project
jhipster entity {{entity_name}}Context
tldr-pages: common/jhipster
Revisions (0)
No revisions yet.