giter8 icon indicating copy to clipboard operation
giter8 copied to clipboard

a command line tool to apply templates defined on GitHub

Results 57 giter8 issues
Sort by recently updated
recently updated
newest added

I have a use case to accept multiple values for a property from the user and generate multiple schema files based on the input. Is there a way to accept...

## Steps Set up a template project on a private Gitlab instance using the following `build.properties`: ``` sbt.version=1.6.2 giter8.version=0.14.0 ``` then run ``` sbt new [email protected]:company/private/template-project.g8.git ``` ## Problem I'm...

NeedsInfo

## steps sbt version: 1.5.5 g8 version: 0.14.0 Create a template with a dependency on a project not in a default maven/ivy resolver. Create a `.repositories` file in the template,...

## steps ``` $ sbt -version sbt version in this project: 1.5.1 sbt script version: 1.5.1 ``` ## problem Can't create project from private Gitlab repository using ssh. - ssh...

## steps Giter8 version: `giter8-bootstrap_2.12-0.13.1.sh` from https://repo1.maven.org/maven2/org/foundweekends/giter8/giter8-bootstrap_2.12/0.13.1/ ## problem An attempt to use it produces unexpected ERROR logs: ``` √ vault % g8 UdashFramework/udash.g8 log4j:ERROR A "org.apache.log4j.ConsoleAppender" object is not...

It seems that `g8Test` uses another code path than actually using the command line tool or `sbt new` to apply a template. With the tool / `sbt new` template generation...

## steps I setup my template as follows to support both java and scala templates. This can be decided by using the scala respectively java parameter (true/false) src/main/$if(java.truthy)$java$endif$/$package$/Class.scala src/main/$if(scala.truthy)$scala$endif$/$package$/Class.java ##...

Envilonment - Windows 7 - sbt version: 1.1.0 Repoducing procedures is as follows: - sbt new foundweekends/giter8.g8 - use all default value - cd my-template-project - sbt g8Test (Works fine)...

NeedsInfo

using the `g8` command (0.10.0 version) on a template with a `project` directory generates all the files and directories except the `project` directory. Renaming the directory to f.e. `projectt` works,...

Bug