template-wizard


License

License

GroupId

GroupId

com.github.leigh-perry
ArtifactId

ArtifactId

template-wizard_2.12
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

template-wizard
template-wizard
Project URL

Project URL

https://github.com/leigh-perry/template-wizard
Project Organization

Project Organization

com.github.leigh-perry
Source Code Management

Source Code Management

https://github.com/leigh-perry/template-wizard

Download template-wizard_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.leigh-perry/template-wizard_2.12/ -->
<dependency>
    <groupId>com.github.leigh-perry</groupId>
    <artifactId>template-wizard_2.12</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leigh-perry/template-wizard_2.12/
implementation 'com.github.leigh-perry:template-wizard_2.12:1.0.0'
// https://jarcasting.com/artifacts/com.github.leigh-perry/template-wizard_2.12/
implementation ("com.github.leigh-perry:template-wizard_2.12:1.0.0")
'com.github.leigh-perry:template-wizard_2.12:jar:1.0.0'
<dependency org="com.github.leigh-perry" name="template-wizard_2.12" rev="1.0.0">
  <artifact name="template-wizard_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leigh-perry', module='template-wizard_2.12', version='1.0.0')
)
libraryDependencies += "com.github.leigh-perry" % "template-wizard_2.12" % "1.0.0"
[com.github.leigh-perry/template-wizard_2.12 "1.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.2
com.twitter : util-core_2.12 jar 6.43.0
com.twitter : util-app_2.12 jar 6.43.0
co.fs2 : fs2-io_2.12 jar 0.9.6

test (3)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.7.22
org.scalatest : scalatest_2.12 jar 3.0.3
org.scalacheck : scalacheck_2.12 jar 1.13.5

Project Modules

There are no modules declared in this project.

Template Wizard

About

This simple app creates a replica of a directory performing string substitution. This is enough to create a new Java, Kotlin, Scala etc project based on an existing app (or a skeleton template app). Or it be used for any other banal clone-transform task that can be expressed as a series of string substitutions.

Build

sbt assembly

or download the jar from here.

Usage

java -jar target/scala-2.12/template-wizard-assembly-1.0.0.jar \
    --template-dir /Users/lperry/dev/lp/console-app-template \
    --destination-dir /Users/lperry/temp \
    --substitutions "SomeApplication=AnotherApp,SomeFifo=MpscQueue,ContextName=CorrelationId"

Versions

Version
1.0.0