All Projects → jhipster → Generator Jhipster Quarkus

jhipster / Generator Jhipster Quarkus

Licence: apache-2.0
Quarkus blueprint for JHipster

Projects that are alternatives of or similar to Generator Jhipster Quarkus

Generator Jhipster React Native
A React Native blueprint for JHipster
Stars: ✭ 205 (+141.18%)
Mutual labels:  jhipster, ejs
Jhipster Dotnetcore
JHipster.NET blueprint
Stars: ✭ 144 (+69.41%)
Mutual labels:  hacktoberfest, jhipster
Generator Jhipster Ionic
Ionic for JHipster 💥
Stars: ✭ 147 (+72.94%)
Mutual labels:  jhipster, ejs
Jhipster Kotlin
Kotlin based JHipster
Stars: ✭ 339 (+298.82%)
Mutual labels:  hacktoberfest, jhipster
Jhipster
DEPRECATED: use https://github.com/jhipster/jhipster-bom instead
Stars: ✭ 399 (+369.41%)
Mutual labels:  hacktoberfest, jhipster
Ideoxan
👩‍💻 Ideoxan is a free to use online tool to learn programming.
Stars: ✭ 29 (-65.88%)
Mutual labels:  hacktoberfest, ejs
Jhipster Online
JHipster Online lets you generate your JHipster projects through a user friendly web interface.
Stars: ✭ 140 (+64.71%)
Mutual labels:  hacktoberfest, jhipster
Jdl Studio
JDL Studio is an online JHipster Domain Language visual editor
Stars: ✭ 365 (+329.41%)
Mutual labels:  hacktoberfest, jhipster
Generator Jhipster
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
Stars: ✭ 19,162 (+22443.53%)
Mutual labels:  hacktoberfest, jhipster
Jhipster Registry
JHipster Registry, based on Spring Cloud Netflix Eureka and Spring Cloud Config
Stars: ✭ 619 (+628.24%)
Mutual labels:  hacktoberfest, jhipster
Generator Jhipster Micronaut
Stars: ✭ 63 (-25.88%)
Mutual labels:  hacktoberfest, jhipster
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (+1.18%)
Mutual labels:  hacktoberfest
Jsql
jSQL is the "official" Javascript Query Language - A database written in Javascript for use in a browser or Node.
Stars: ✭ 85 (+0%)
Mutual labels:  hacktoberfest
Core
Open source Dota 2 data platform
Stars: ✭ 1,266 (+1389.41%)
Mutual labels:  hacktoberfest
Mattermost Mobile
Next generation iOS and Android apps for Mattermost in React Native
Stars: ✭ 1,262 (+1384.71%)
Mutual labels:  hacktoberfest
Naja
Modern AJAX library for Nette Framework
Stars: ✭ 86 (+1.18%)
Mutual labels:  hacktoberfest
Pswordcloud
Create pretty word clouds with PowerShell!
Stars: ✭ 86 (+1.18%)
Mutual labels:  hacktoberfest
Node Fortran
💀 Fortran bridge for Node.js which allows you to run Fortran code from Node.js.
Stars: ✭ 85 (+0%)
Mutual labels:  hacktoberfest
Garth
🥁 A really basic theme for Jekyll
Stars: ✭ 85 (+0%)
Mutual labels:  hacktoberfest
Aiovk
vk.com API python wrapper for asyncio
Stars: ✭ 85 (+0%)
Mutual labels:  hacktoberfest

generator-jhipster-quarkus

NPM version Dependency Status Generator Build Status

JHipster Quarkus Family Member

🛠 Mode: In Development

JHipster blueprint, JHipster Quarkus blueprint

Introduction

This is a JHipster blueprint, that is meant to be used in a JHipster application.

Demo

Because a code worth a 1k words here your have sample JHipster Quarkus repositories

Prerequisites

As this is a JHipster blueprint, we expect you have JHipster and its related tools already installed:

Installation

To install this blueprint:

npm install -g generator-jhipster-quarkus

To update this blueprint:

npm update -g generator-jhipster-quarkus

Usage

To use this blueprint, run the command below:

jhipster --blueprints quarkus

Running local Blueprint version for development

During development of blueprint, please note the below steps. They are very important.

  1. Link your blueprint globally

Note: If you do not want to link the blueprint(step 3) to each project being created, use NPM instead of Yarn as yeoman doesn't seem to fetch globally linked Yarn modules. On the other hand, this means you have to use NPM in all the below steps as well.

cd jhipster-quarkus

npm link

  1. Link the development version of JHipster to your blueprint (optional: required only if you want to use a non-released JHipster version, like the master branch or your own custom fork)
cd generator-jhipster

npm link



cd quarkus

npm link generator-jhipster

  1. Create a new folder for the app to be generated and link JHipster and your blueprint there
mkdir my-app && cd my-app



npm link generator-jhipster-quarkus

npm link generator-jhipster (Optional: Needed only if you are using a non-released JHipster version)



jhipster -d --blueprint quarkus

🚦 What we have now

✅ Generate App generation - jhipster --blueprints quarkus

✅ Entity generation - jhipster --blueprints quarkus entity <entity-name>

✅ JDL import - jhipster --blueprints quarkus import-jdl sample.jh

❤️ for community

Interested in contributing? Check out JHipster contributing guide to get started.

License

Apache-2.0 © Daniel Petisme

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].