Skip to content

This project holds a set of templates to be used with Lazybones

License

Notifications You must be signed in to change notification settings

dkorotych/lazybones-templates

Repository files navigation

Lazybones Templates

Build Status Download license

This project holds a set of templates to be used with Lazybones. The current list contains the following templates

Installation

lazybones config add bintrayRepositories dkorotych/lazybones-templates
Note
On some systems, after executing this command, the main template repository may disappear. If you encounter this situation, then you can restore the correct operation by adding it to the list of repositories lazybones config add bintrayRepositories pledbrook/lazybones-templates

How To

Create Maven project

lazybones create maven-quickstart .

Generate supported feature inside project

lazybones generate logback-support
lazybones generate vertx-support
lazybones generate travis