/generator-springboot-sangada

Yeoman spring boot generator

Primary LanguageJavaScriptOtherNOASSERTION

generator-springboot-sangada NPM version Build Status Dependency Status

Generate Spring boot Gradle and Maven projects using Yeoman generator. You can easily modify this project to fulfil your needs.

Requirements

  1. Maven - if creating maven project
  2. Gradle - if creating Gradle project
  3. Git
  4. Java

Installation

First, install Yeoman using npm (we assume you have pre-installed node.js).

npm install -g yo

Clone this repository and install this generator by running

npm link

Then generate your new project:

yo springboot-sangada

After this you will get prompts which you need to answer/select choices according to your needs. After answering/selecting choices this generator creates spring boot project build it and initializes git repository.

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

Apache-2.0 © Deepak Muthekar