1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:42:08 +02:00
tldr/pages/common/jhipster.md
Lena 8d3737dcbf
pages/*: add < > around links in example descriptions (#10594)
* pages/*: add `< >` around links in example descriptions

* Apply suggestions from code review

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* apm: add `< >` to the English page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-10 18:51:33 +05:30

829 B

jhipster

Web application generator using either monolithic or microservices architecture. More information: https://www.jhipster.tech/.

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

jhipster

  • Generate a simple frontend project:

jhipster --skip-server

  • Generate a simple backend project:

jhipster --skip-client

  • Apply latest JHipster updates to the project:

jhipster upgrade

  • Add a new entity to a generated project:

jhipster entity {{entity_name}}

jhipster import-jdl {{first_file.jh second_file.jh ... n_file.jh}}

  • Generate a CI/CD pipeline for your application:

jhipster ci-cd

  • Generate a Kubernetes configuration for your application:

jhipster kubernetes