Giter Site home page Giter Site logo

tempio's Introduction

tempio

A template helper for docker images which using text/template golang engine with sprig functions.

Support conf format:

  • json

Basic Example

tempio \
    -conf /config/coredns.json \
    -template /usr/share/tempio/corefile \
    -out /etc/corefile

Pipe Example

echo '{"some": "value"}' | tempio \
    -template /usr/share/tempio/corefile \
    -out /etc/corefile

No Outfile Example

When -out is not supplied, the result is printed to the console.

$ echo '{"some": "value"}' | tempio \
    -template /usr/share/tempio/corefile
> {"some": "value", "other": "value"}

Add tempio to your GitHub actions

- name: Setup tempio
  uses: home-assistant/tempio@main
- name: Run tempio
  run: tempio -help

tempio's People

Contributors

dependabot[bot] avatar frenck avatar ludeeus avatar pvizeli avatar wrt54g avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

tempio's Issues

non-file output

I think it would be a nice addition, if tempio could output the resulting template (instead of writing to a file), in case no -output flag was specified.

This could be helpful in cases to render content that is not stored on disk (but, for example, send to a webservice of some kind).

It is more of an suggestion, not a real issue. Maybe I get to it myself one day. No rush at all.

Use 2 dimensional lists

Hi is it possible to use 2 dimensional lists with tempio?

For example:

"logins": 
    [
      { "username": "user1", "password": "1234" },
      { "username": "user2", "password": "5678" }
    ]

And then insert all usernames to a template:
valid users = /{{ .logins.username | join "," }}/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.