Skip to content

A Yeoman generator for scaffolding and bootstrapping Spring Boot for Enterprise applications

License

Notifications You must be signed in to change notification settings

habil/generator-boot-multi-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

A Yeoman generator for scaffolding and bootstrapping Spring Boot for Enterprise applications

Installation

Install yo generator;

$ npm install -g yo

Create a directory for the project

$ mkdir multi-module-boot-project && cd multi-module-boot-project

Install boot-multi-module package

$ npm i generator-boot-multi-module

And run like this

$ yo boot-multi-module

Installation with source code

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

License

MIT License

About

A Yeoman generator for scaffolding and bootstrapping Spring Boot for Enterprise applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published