https://github.com/davidmc24/lazybones-templates
https://github.com/davidmc24/lazybones-templates
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidmc24/lazybones-templates
- Owner: davidmc24
- Created: 2013-12-23T17:03:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-15T15:48:01.000Z (over 12 years ago)
- Last Synced: 2024-12-31T15:14:44.810Z (over 1 year ago)
- Language: Groovy
- Size: 277 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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][1].
[1]: https://github.com/pledbrook/lazybones/wiki/Template-developers-guide