Skip to content

Commit

Permalink
docs: describe the conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Mar 27, 2024
1 parent 709558f commit a656d9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## Introduction

Jinjafier is a small script to convert and existing java properties file to a jinja2 template with an included yml file with the current values of the property file.
Jinjafier is a small script to convert and existing java properties file to a jinja2 template with an included yml file using the current values of the property file.

## Rules for converting property files

The standards listed here are converted into jinja2 variables that are suitable to use as system environment variables (uppercase with _ as a delimiter.)

|Property | Note |
|---------|------|
|my.main-project.person.first-name | Kebab case, which is recommended for use in .properties and YAML files.|
Expand Down

0 comments on commit a656d9e

Please sign in to comment.