pretty-configuration

human friendly representation of your applications configuration.

License

License

MIT
Categories

Categories

Configuration Application Layer Libs config
GroupId

GroupId

de.melnichuk
ArtifactId

ArtifactId

pretty-configuration
Last Version

Last Version

0.27.0
Release Date

Release Date

Type

Type

jar
Description

Description

pretty-configuration
human friendly representation of your applications configuration.
Project URL

Project URL

https://github.com/yevmel/pretty-configuration
Source Code Management

Source Code Management

http://github.com/yevmel/pretty-configuration/tree/master

Download pretty-configuration

How to add to project

<!-- https://jarcasting.com/artifacts/de.melnichuk/pretty-configuration/ -->
<dependency>
    <groupId>de.melnichuk</groupId>
    <artifactId>pretty-configuration</artifactId>
    <version>0.27.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.melnichuk/pretty-configuration/
implementation 'de.melnichuk:pretty-configuration:0.27.0'
// https://jarcasting.com/artifacts/de.melnichuk/pretty-configuration/
implementation ("de.melnichuk:pretty-configuration:0.27.0")
'de.melnichuk:pretty-configuration:jar:0.27.0'
<dependency org="de.melnichuk" name="pretty-configuration" rev="0.27.0">
  <artifact name="pretty-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.melnichuk', module='pretty-configuration', version='0.27.0')
)
libraryDependencies += "de.melnichuk" % "pretty-configuration" % "0.27.0"
[de.melnichuk/pretty-configuration "0.27.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.freemarker : freemarker jar 2.3.26-incubating
ch.qos.logback : logback-classic jar 1.2.3
com.beust : jcommander jar 1.72

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

build result MIT Licence

pretty-configuration

human friendly representation of your applications configuration.

cli

parameters description
--template path to freemarker template
--output-dir where to put resulting files
--output-name filename of the resulting file (default: name of the template file
--input-files arbitrary number of configuration files (at the moment only *.properties

samples

Versions

Version
0.27.0
0.26.0