Skip to content
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.

Latest commit

 

History

History
59 lines (37 loc) · 1.62 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.62 KB

generator-jhipster-activiti

NPM version Build Status Dependency Status

JHipster module, Use Activiti to enable Spring Boot applications with BPM

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-activiti

To update this module:

yarn global upgrade generator-jhipster-activiti

With NPM

To install this module:

npm install -g generator-jhipster-activiti

To update this module:

npm update -g generator-jhipster-activiti

Usage

This module can be used to configure a JHipster application so that it is enabled to execute BPM processes using the Activiti BPM engine.

License

Apache-2.0 © Alfresco