lazybones
lazybones copied to clipboard
A simple project creation tool that uses packaged project templates.
The driver behind this was to get the plugin up to date with the latest gradle version, 6.6.1. I have removed some of the code checks, e.g. codenarc, because it...
Thanks for supporting Bintray! This service has now been sunset, and to assist with migration to the JFrog Platform, paid accounts can login until July 4th. Also does not seem...
Silly question probably since there seems to have been no activity in this repo for 4 years at the most recent. Long story short I am looking to implement Maven...
Lazybones 0.8.3 is not able to find the latest ratpack 1.7.4 when creating a project. > lazybones create ratpack 1.7.4 my-rat-app ``` Creating project from template ratpack 1.7.4 in 'my-rat-app'...
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...
Calling ``` lazybones config set cache.dir '/tmp' ``` throws ``` Exception in thread "main" java.lang.ClassCastException: class [B cannot be cast to class [C ([B and [C are in module java.base...
I've just cloned the lazybones repo and was getting familiar with the code. After cloning, I ran the code check on my local machine and it is failing. See below:...
Last commit on master made on Jul 28, 2016 please let us know if its actively maintained.
Running 'lazybones config set' command on a fresh install generates a FileNotFoundException due to missing /.lazybones folder. Happens both on MacOS with sdkman and Windows unzip deployments. If we manually...
Hi, I'd like to inject an arbitrary version into my template `build.gradle` when packaging the template (i.e. not require user to enter when doing `lazybones create ..`. Is there something...