generator-boot-multi-module
v0.0.2
Published
A Yeoman Generator for Multi Module Spring Boot
Downloads
9
Readme
A Yeoman generator for scaffolding and bootstrapping Spring Boot for Enterprise applications
Installation
Install yo generator;
$ npm install -g yo
Checkout npm package from git;
$ https://github.com/habil/generator-boot-multi-module.git
Install local dependencies
$ npm install
Link project to the local npm package manager
$ npm link
Create new folder and execute magic command from your command line tool..
$ mkdir myNewProject && yo boot-multi-module