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
Actually the --jsonsummary makes it possible to get the summary as a valid json output :
So it can be queried for further integrations thanks to jq for example.
💡 The idea
The main idea is to extend yamlfixer by plugging it to a template engine so people can inject yamlfixer in a great variety of tools. The main idea consists on delivering ready to use gomplate templates, as part of the GH repo.
👉 Context
Actually the
--jsonsummary
makes it possible to get the summary as a validjson
output :So it can be queried for further integrations thanks to
jq
for example.💡 The idea
The main idea is to extend
yamlfixer
by plugging it to a template engine so people can injectyamlfixer
in a great variety of tools. The main idea consists on delivering ready to use gomplate templates, as part of the GH repo.I thought about following outputs :
yaml
html
csv
markdown
(?... as yaml already is very explicit)🚀 Actions
Thanks to
gomplate
template engine :gomplates
)yaml
html
csv
yamlfixer
can be plugged withgomplate
@hairyhenderson
)The text was updated successfully, but these errors were encountered: