Skip to content

yeoman-projects/generator-jhipster-cookie-consent

 
 

Repository files navigation

Add a Cookie Consent popup to your JHipster app !!!

NPM version Dependency Status Build Status Generator Build Status Coverage Status

Donate

Introduction

This generator adds a fully functional cookie consent popup to your JHipster application. img.png

Supported frontends:

  • Angular
  • React
  • Vue.js coming soon

Installing JHipster

To install JHipster globally:

with NPM

To install this module globally:

npm install -g generator-jhipster

with Yarn

To install this module globally:

yarn global add generator-jhipster

More information on official site

Installing the generator-jhipster-cookie-consent module

with NPM

To install this module globally:

npm install -g generator-jhipster-cookie-consent

with Yarn

To install this module globally:

yarn global add generator-jhipster-cookie-consent

Usage

To generate a specific component(s) on an application generated by JHipster:

cd my-jhipster-project
npx [email protected] jhipster-cookie-consent

Note:

[email protected] won't work as jhipster-cookie-consent requires yeoman-environment to be at least 3.0.0, and [email protected] currently works with 2.10.3

Updating this module

with NPM

npm update -g generator-jhipster-cookie-consent

with Yarn

yarn global upgrade generator-jhipster-cookie-consent

License

Apache-2.0 © [Vivek More]


💚 this module? Donate

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 55.2%
  • JavaScript 24.2%
  • EJS 16.0%
  • HTML 2.8%
  • SCSS 1.8%