generator-jhipster-vmware-claritydeprecated

A JHipster module that create VMWare Clarity Design UI framework for Angular client.

Usage no npm install needed!

<script type="module">
  import generatorJhipsterVmwareClarity from 'https://cdn.skypack.dev/generator-jhipster-vmware-clarity';
</script>

README

generator-jhipster-vmware-clarity

NPM version Build Status Dependency Status

JHipster module, Clarity Design System for Angular.

Introduction

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

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-vmware-clarity

To update this module:

yarn global upgrade generator-jhipster-vmware-clarity

With NPM

To install this module:

npm install -g generator-jhipster-vmware-clarity

To update this module:

npm update -g generator-jhipster-vmware-clarity

Usage

# Install UI Framework
yo jhipster-vmware-clarity

# Create entity
yo jhipster entity <entityName> --[options]

License

MIT © Chiho Sin

Build Status