logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

JHipster Generator - Create Web Apps | Online Free DevTools by Hexmos

Generate web applications with JHipster. Quickly create full-stack applications and microservices architectures. Free online tool, no registration required.

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):

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 {{file1.jh file2.jh ...}}

  • Generate a CI/CD pipeline for your application:

jhipster ci-cd

  • Generate a Kubernetes configuration for your application:

jhipster kubernetes

See Also