generator-boot-multi-module
v0.0.2
Published
A Yeoman Generator for Multi Module Spring Boot
Readme

A Yeoman generator for scaffolding and bootstrapping Spring Boot for Enterprise applications
Installation
Install yo generator;
$ npm install -g yoCheckout npm package from git;
$ https://github.com/habil/generator-boot-multi-module.gitInstall local dependencies
$ npm installLink project to the local npm package manager
$ npm linkCreate new folder and execute magic command from your command line tool..
$ mkdir myNewProject && yo boot-multi-module