Skip to content

bangroot/vertx-lazybones-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lazybones template project

You have just created a simple project for managing your own Lazybones project templates. You get a build file (build.gradle) and a directory for putting your templates in (templates).

To get started, simply create new directories under the templates directory and put the source of the different project templates into them. You can then package and install the templates locally with the command:

./gradlew installAllTemplates

You'll then be able to use Lazybones to create new projects from these templates. If you then want to distribute them, you will need to set up a Bintray account, populate the repositoryUrl, repositoryUsername and repositoryApiKey settings in build.gradle, add new Bintray packages in the repository via the Bintray UI, and finally publish the templates with

./gradlew publishAllTemplates

You can find out more about creating templates on the GitHub wiki.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published