generator-giant-leap
v0.0.2
Published
Launch Academy's Java Spring Template
Downloads
3
Maintainers
Readme
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