You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started using Plush in one of my project. Firstly, Good work 👍
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 👍
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.
The text was updated successfully, but these errors were encountered: