0.0.2 • Published 4 years ago

generator-giant-leap v0.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

Giant Leap

Giant Leap is a Yeoman Generator that encourages the "Launch Academy Way" of building Spring Boot Applications.

Installation

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

npm install -g yo generator-giant-leap

If you're using Yarn, you can:

yarn global add yo generator-giant-leap

Generate a New Project

Create a new directory and generate your new project:

mkdir <app_directory>
cd <app_directory>
yo giant-leap