Skip to content

A jhipster module to enable bootswatch theme switcher to generated application

License

Notifications You must be signed in to change notification settings

yeoman-projects/generator-jhipster-bootswatch

 
 

Repository files navigation

generator-jhipster-bootswatch NPM version Build Status Dependency Status

A jhipster module to enable bootswatch theme switcher to generated application

Notice

Bootswatch is directly supported by latest versions of JHipster, so please use that instead

Please note that this module is deprecated and only works with AngularJS and hence will not work with JHipster 5+ which supports only Angular and React

Usage

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

This module will add a bootswatch theme switcher to your application footer

Screenshot 1

Installation

As this is a JHipster module, we expect you have JHipster and its related tools already installed.

This module requires Jhipster version greater than 2.26.2 in order to work

npm install -g generator-jhipster-bootswatch

Then run the module on a JHipster generated application:

yo jhipster-bootswatch

Using Docker

Download the Dockerfile:

mkdir docker
cd docker
wget https://github.com/jhipster-projects/generator-jhipster-bootswatch/raw/master/docker/Dockerfile

Build the Docker images:

docker build -t jhipster-generator-bootswatch:latest .

Make a folder where you want to generate the Service:

mkdir service
cd service

Run the generator from image to generate service:

docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-bootswatch

Run and attach interactive shell to the generator docker container to work from inside the running container:

docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-bootswatch /bin/bash

License

Apache-2.0 © Deepu KS

About

A jhipster module to enable bootswatch theme switcher to generated application

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 70.9%
  • Shell 19.8%
  • Dockerfile 9.3%