I have started using Plush in one of my project. Firstly, Good work :+1:
As a part of the code pipeline, some of the Plush templates need to be validated for consistency and the output they will render.
Inspired from the erb command line tool, I have added support to plush binary to render a given template based on CLI vars or input JSON file.
I have started using Plush in one of my project. Firstly, Good work :+1: As a part of the code pipeline, some of the Plush templates need to be validated for consistency and the output they will render.
Inspired from the
erb
command line tool, I have added support to plush binary to render a given template based on CLI vars or input JSON file.Example Usage:
If this is of merit to your code I can send a PR. Alternatively, Please suggest if there is a better way to achieve the desired functionality.