Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-jhipster

Package Overview
Dependencies
Maintainers
0
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-jhipster

Spring Boot + Angular/React/Vue in one handy generator

  • 8.7.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
143K
decreased by-67.2%
Maintainers
0
Weekly downloads
 
Created

What is generator-jhipster?

The generator-jhipster package is a development tool that helps in generating, developing, and deploying Spring Boot + Angular/React/Vue web applications and Spring microservices. It provides a powerful workflow to create modern web applications and microservices architectures.

What are generator-jhipster's main functionalities?

Generate a new application

This command initializes a new JHipster application. It prompts the user for various configuration options such as the type of application (monolith, microservices, etc.), the client framework (Angular, React, Vue), and other settings like database type and authentication method.

jhipster

Add entities

This command generates a new entity with CRUD operations. It updates the application with the necessary backend and frontend code to manage the entity, including database migrations, REST endpoints, and UI components.

jhipster entity <entity-name>

Generate a microservice

This command sets up a new microservice application. It configures the necessary components for a microservice architecture, including service discovery, API gateway, and communication between services.

jhipster --blueprints microservice

Other packages similar to generator-jhipster

Keywords

FAQs

Package last updated on 30 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc