Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.51 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.51 KB

generator-jhipster-storage

Build Status NPM version Dependency Status

JHipster module that save your data into object storage or local file system.

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

To update this module:

yarn global upgrade generator-jhipster-storage

With NPM

To install this module:

npm install -g generator-jhipster-storage

To update this module:

npm update -g generator-jhipster-storage

Usage

Come soon.

License

Apache-2.0 © Bigbug Studio