1.1.0-beta.1 • Published 1 year ago

generator-jhipster-ultimaprimeng v1.1.0-beta.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

generator-jhipster-ultimaprimeng

JHipster blueprint for ultima PrimeNG app template

NPM version Generator Integration Test

Introduction

This is a JHipster blueprint, that is meant to be used in a JHipster application. It adds an angular client with the ultima PrimeNG v14.0.1 template, inheriting standard prompt but with the following options customization:

  • Without client options (angular PrimeNG template is applied in any case, except for microservice app that is without client)

Prerequisites

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

Please attention that it is tested for JHipster v7.8.1, running generated app with maven

Installation

To install or update this blueprint:

npm install -g generator-jhipster-ultimaprimeng

Development

To contribute and test locally the blueprint, After download this repo, execute on root folder:

npm link

Then create out of this repo an empty folder, in order to run the generation:

npm link generator-jhipster-ultimaprimeng

Usage

To use this blueprint, run the below command

jhipster --blueprints ultimaprimeng

You can look for updated ultimaprimeng blueprint specific options by running

jhipster app --blueprints ultimaprimeng --help

And looking for (blueprint option: ultimaprimeng) like.

However, it also ships with an jhipster-ultimaprimeng CLI that you can use as a shortcut.

✅ General App generation

  • jhipster-ultimaprimeng

✅ Entity generation

  • jhipster-ultimaprimeng entity <entity-name>

✅ JDL Entity model support generation

  • jhipster-ultimaprimeng import-jdl <my-file.jdl>

Besides, you can also run the blueprint on a standard jhipster app, because it will regenerate the project adding the PrimeNG template and configuration.

To update, run the basic command jhipster-ultimaprimeng.

Pre-release

To use an unreleased version, install it using git.

npm install -g jhipster/generator-jhipster-ultimaprimeng#main
jhipster --blueprints ultimaprimeng --skip-jhipster-dependencies

Done

  • added all types of security
  • fixed protractor tests for all security types

To DO:

  • Fix e2e client tests (protractor and cypress) for admin UI

License

Apache-2.0 © Angelo Manganiello