aanno / generator-jhipster-module-aanno

jhipster template module with typescript support (i.e. for writing jhipster modules in typescript)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-jhipster-module-aannonno

NPM version Build Status Dependency Status

JHipster module, aanno's jhipster test module

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 NPM

To install this module:

npm install -g generator-jhipster-module-aannonno

To update this module:

npm update -g generator-jhipster-module-aannonno

With Yarn

To install this module:

yarn global add generator-jhipster-module-aannonno

To update this module:

yarn global upgrade generator-jhipster-module-aannonno

Usage

License

Apache-2.0 © Thomas Pasch

Install from github

npm install -D aanno/generator-jhipster-module-aanno

Hook

cat .jhipster/modules/jhi-hooks.json
[
  {
    "name": "Aanno generator",
    "npmPackageName": "generator-jhipster-module-aanno",
    "description": "aanno's jhipster test module",
    "hookFor": "entity",
    "hookType": "post",
    "generatorCallback": "jhipster-module-aanno:entity"
  }
]

Links

yeoman generator detection

yeoman/jhipster docs

Known bugs

About

jhipster template module with typescript support (i.e. for writing jhipster modules in typescript)

License:Apache License 2.0


Languages

Language:TypeScript 100.0%