Skip to content

DEPRECATED: A JHipster based generator for Angular material + spring boot app generation

License

Notifications You must be signed in to change notification settings

yeoman-projects/generator-jhipster-material

 
 

Repository files navigation

generator-jhipster-react NPM version Build Status Dependency Status

A Jhipster based generator to create awesome angular material + spring boot applications

Installation

Attention: This is still a work in progress

First, install Yeoman and JHipster, then install generator-jhipster-material using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-jhipster
npm install -g generator-jhipster-material

Then generate your new awesome project:

yo jhipster-material

As this is a generator which runs on top of JHipster, we expect you have JHipster and its related tools already installed.

This generator requires Jhipster version 3.0 or greater in order to work

Using Docker

Download the Dockerfile:

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

Build the Docker images:

docker build -t jhipster-generator-material: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-material

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-material /bin/bash

Contributing

Contributions are welcome. we follow the same contribution guidelines as JHipster, check it out here

License

Apache-2.0 © Deepu KS

About

DEPRECATED: A JHipster based generator for Angular material + spring boot app generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 48.7%
  • HTML 42.2%
  • SCSS 4.4%
  • CSS 4.2%
  • Dockerfile 0.5%