This repository hosts some lazybone templates we use at Grupo Expansión. Right now it has a single template for creating Spring Boot APIs that use RAML.
-
Add following snippet to
~/.lazybones/config.groovy(If this dir/file doesn't exist, create it)bintrayRepositories = [ "gextech/oss" ]
-
Do a
lazybones listto see available templates -
Create an app from template (use
--with-git)lazybones create <template-name> <version> <dir-name> --with-git
Note: If you don't have [lazybones] installed, install that first :
Install gvm
curl -s get.gvmtool.net | bashInstall lazybones via gvm
gvm install lazybones
-
Enter the following command:
$ lazybones create rest-boot-api my-boot-api --with-git