Peter Ledbrook

Results 26 issues of Peter Ledbrook

At the moment, users who want to use the `-P` option for the `create` and `generate` commands need to work out what the available properties are from the post-install script....

enhancement

With multiple repository support, Lazybones runs into the issue that there may be more than one template package with the same name and version. The `list` command doesn't care, but...

enhancement

It's possible to install templates that are cached locally when offline, but other commands result in ugly stacktraces. Lazybones should really detect network issues and simply report the error without...

offline

We should create dedicated Lazybones organisations on GitHub and BinTray, preferably before a 1.0 release. Of course we have to be careful of the disruption this might cause.

Different Lazybones configurations affect the behaviour of Lazybones (obviously). We should really be testing this different configurations. For example, I discovered that an empty configuration file broke the application with...

As discussed in issue #78, it might make sense to have at simple mechanism for packaging and publishing templates built into the core library. The Gradle plugin (and potentially a...

These are taking too long, and it's only going to get worse as more tests are added. As usual, there are two main vectors of attack: - reduce the time...

When the user executes the `create` command, Lazybones should check whether the target directory exists and whether it's empty or not. If it's not empty, then Lazybones should ask the...

The integration test framework should be made available for template authors so that they can easily write tests.

Lazybones should process the template files as they are extracted, replacing leading tabs with the user-preferred indent and setting the appropriate encoding. By default, template files should be UTF-8 and...