1.0.2 • Published 7 years ago

generator-jhipster-primeng-entity v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

generator-jhipster-primeng-entity

NPM version Build Status Dependency Status

JHipster module, Updates entity related pages to use Primeng components.

Introduction

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

This module is replaces components in entity pages with PrimeNG components.

Current entity type and component matchings:

Entity TypePrimeng Component
StringInputText
IntegerLongFloatDoubleBigDecimalSpinner
LocalDateZonedDateInstantCalendar
BooleanChecbox
EnumDropdown
Binary ContentNot yet
RelationsNot yet

Prerequisites

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

Installation

With Yarn

To install this module:

yarn global add generator-jhipster-primeng-entity

To update this module:

yarn global upgrade generator-jhipster-primeng-entity

With NPM

To install this module:

npm install -g generator-jhipster-primeng-entity

To update this module:

npm update -g generator-jhipster-primeng-entity

Usage

In your JHipster project, launch yo jhipster-primeng-entity.

License

MIT © Tankut Koray