Questions tagged [lazybones]

A simple project creation tool that uses packaged project templates.

Lazybones was born out of frustration that Ratpack does not and will not have a command line tool that will bootstrap a project. It's a good decision for Ratpack, but I'm lazy and want tools to do the boring stuff for me.

The tool is very simple: it allows you to create a new project structure for any framework or library for which the tool has a template. You can even contribute templates by sending pull requests to this GitHub project or publishing the packages to the relevant Bintray repository (more info available below).

The concept of Lazybones is very similar to Maven archetypes, and what Yeoman does for web applications. Lazybones also includes a subtemplates feature that resembles the behaviour of Yeoman's sub-generators, allowing you to generate optional extras (controllers, scaffolding etc.) inside a project.

10 questions
3
votes
1 answer

How are JCenter and Maven Central coordinates different from one another?

I am trying to include LazyBones, which is stored here in Bintray/JCenter in my Gradle project as a compile-time dependency, like so: repositories { mavenLocal() mavenCentral() jcenter() } dependencies { compile…
smeeb
  • 27,777
  • 57
  • 250
  • 447
1
vote
0 answers

Lazybones Can't Use Cached Versions

I have downloaded the lazybones – lazybones-0.8.3 and used the command : lazybones create aem-multimodule-project aemtraining and receive the response as below: Creating project from template aem-multimodule-project (latest) in…
1
vote
1 answer

Adobe AEM 6.3 - Creating a Project with LazyBones - Missing acs-commons errors

I am following the tutorial here: https://helpx.adobe.com/experience-manager/using/aem_lazybones.html The errors are encountered when I follow the step listed here:…
1
vote
1 answer

Questions on Griffon getting started?

I install the lazybones successfully no I am on the next instruction below. Next register the griffon-lazybones-templates repository with Lazybones' config file. Edit $USER_HOME/.lazybones/config.groovy But I cannot find .lazybones…
LEMUEL ADANE
  • 8,336
  • 16
  • 58
  • 72
0
votes
0 answers

Can Lazybones be configured to ignore certain variables?

Lazybones here. Any recommendations/hacks/workaround for when the post-templated file needs to have ${...}-style tokens in it that should be ignored by lazybones? For example, a sample application.yml file for a Spring Boot app: logging: config:…
hotmeatballsoup
  • 385
  • 6
  • 58
  • 136
0
votes
1 answer

sdk grails and lazybones init fatal error

I can't use grail and lazybones installed via sdkman. I have got fatal errors. OS: Ubuntu 16.04 $ java -version openjdk version "9-internal" OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src) OpenJDK 64-Bit Server VM…
mrLSD
  • 688
  • 1
  • 5
  • 14
0
votes
1 answer

create gradle multimodule project for AEM using lazybones templates

I had heard of lazybones, which is a command line tool for project creation and it is more interactive or customizable than Maven Archetypes. Thus, I created a maven multimodule aem project using lazybones. The Command and template for AEM…
Manisha Bano
  • 1,853
  • 2
  • 22
  • 34
0
votes
1 answer

How do I get Lazybones to create Multi Modular Java EE 7 Gradle Projects?

This is my repository in github: https://github.com/joedayz/lazybones-templates/ I used processTemplates according with the documentation processTemplates 'build.gradle', props processTemplates 'gradle.properties', props processTemplates…
0
votes
1 answer

How do I get Lazybones to process sub-templates?

Playing with Lazybones for the first time. I've put together a simple project which attempts to include a single sub-template. Here is the project structure: . ├── build.gradle ├── gradlew ├── gradlew.bat ├── README.md └── templates ├──…
Edd Grant
  • 774
  • 2
  • 10
  • 22
-1
votes
1 answer

griffon lazybones cannot create griffon-swing-groovy project

I am following this guide Griffon Guide 2.12 I am stuck at 2.2.1. Creating a Project in the line $ lazybones create griffon-swing-groovy console I get the following errors: lazybones create griffon-swing-groovy console …
vhmangaiha
  • 21
  • 5