Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There's no published spec for mustachio #36

Open
calebpitan opened this issue Mar 14, 2023 · 0 comments
Open

There's no published spec for mustachio #36

calebpitan opened this issue Mar 14, 2023 · 0 comments

Comments

@calebpitan
Copy link

Hi,

I'm working on a tool that can be used to parse postmark server email templates and generate typedefs for the template model that can help guide devs in their code editor on what variables to not miss and what the structure of their template model should be like (array, objects, string, etc) when sending email with a specific template.

This requires me to write a minimalistic parser that parse the template tags, etc, but there's no published spec provided for mustachio. I've learned mustachio extends the popular ruby mustache specs, but where are these extensions defined?

I'd really appreciate your help.

PS: I think it will be a great tooling to know what the template model should look like right in the code editor and I won't mind any collaborations. I already have a working prototype.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant