mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
jhipster: add page (#4047)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com> Co-authored-by: Iván Hernández Cazorla <ivan@ivanhercaz.com> Co-authored-by: Andrik Albuquerque <andrik.albuquerque@gmail.com>
This commit is contained in:
parent
856f93704e
commit
54fe40cbdd
1 changed files with 36 additions and 0 deletions
36
pages/common/jhipster.md
Normal file
36
pages/common/jhipster.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# 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 lastest JHipster updates to the project:
|
||||||
|
|
||||||
|
`jhipster upgrade`
|
||||||
|
|
||||||
|
- Add 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 {{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`
|
Loading…
Add table
Reference in a new issue