A Yeoman Generator for Spring Boot and Spring Cloud
npm install generator-springA Yeoman generator for scaffolding and bootstrapping Spring Boot and Spring Cloud applications. Provides the same selectable options as Spring Initializr, but with and interactive CLI interface so your hands can stay where they belong, on the keyboard!
Install Yeoman
```
$ npm install -g yo
Install generator-spring
``
$ npm install -g generator-spring
Initiate spring-generator!
``
$ yo spring
_The interactive CLI menu will guide the way._
``
$ yo spring:rest
Creates a REST endpoint with HATEOAS support (has dependency on choosing the hateoas starter option)
``
$ yo spring:hateoas
Creates an initial Thymeleaf view (has dependency on choosing the Thyemleaf starter option)
```
$ yo spring:route