Project: j2cli

Command-line interface to Jinja2 for templating in shell scripts.

Project Details

Latest version
0.3.10
Home Page
https://github.com/kolypto/j2cli
PyPI Page
https://pypi.org/project/j2cli/

Project Popularity

PageRank
0.0015183609682627207
Number of downloads
1185200

j2cli - Jinja2 Command-Line Tool

j2cli is a command-line tool for templating in shell-scripts, leveraging the Jinja2 library.

Features:

  • Jinja2 templating
  • INI, YAML, JSON data sources supported
  • Allows the use of environment variables in templates! Hello Docker :)

Inspired by mattrobenolt/jinja2-cli