Peter Ledbrook
Peter Ledbrook
The groovydoc for `LazybonesScript` might be handy for template developers. That said, if we're planning to create a website, the documentation should be part of that.
Thanks for the info!
This is covered by #115, but happy to clarify the behaviour in the docs.
So the idea I have at the moment is to add a method ``` installSubTemplate(templateName, outputDir) ``` to post-install scripts so that you can unpack them wherever you want. I...
The base implementation is done. Should still add a functional test for the empty configuration file.
It's not getting an awful lot of [downloads at the moment](https://bintray.com/pledbrook/lazybones-templates/lazybones/statistics), but yes it would be nice to have a logo and website. And yes, it makes sense to transfer...
`--force` implies `--non-interactive` in this particular scenario, so the `--non-interactive` flag should simply be ignored. A more general `--non-interactive` feature as you describe really needs its own issue.
Which would be issue #37 :smile:
It's already on there: https://travis-ci.org/pledbrook/lazybones/
Thanks for the feedback. 1. Man, the grammar around the colon is tough! 2. Does Groovy really need a JDK? If so, why? The JRE seems fine for Groovy scripts...