2020-05-14 22:31:01 +01:00
|
|
|
# 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`
|
|
|
|
|
2020-12-04 12:37:44 +00:00
|
|
|
- Apply latest JHipster updates to the project:
|
2020-05-14 22:31:01 +01:00
|
|
|
|
|
|
|
`jhipster upgrade`
|
|
|
|
|
|
|
|
- Add a new entity to a generated project:
|
|
|
|
|
|
|
|
`jhipster entity {{entity_name}}`
|
|
|
|
|
2023-09-10 14:21:33 +01:00
|
|
|
- Import a JDL file to configure your application (see: <https://start.jhipster.tech/jdl-studio/>):
|
2020-05-14 22:31:01 +01:00
|
|
|
|
|
|
|
`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`
|