rcrowley / mustache.sh

Mustache in POSIX shell
Other
81 stars 8 forks source link

Request for Enhancements? (I'll contribute!) #9

Open chrisdotcode opened 2 weeks ago

chrisdotcode commented 2 weeks ago

Hey, @rcrowley, thank you for the excellent mustache.sh!

I'm interested in contributing/helping maintain, and I was wondering if you would be interested in accepting the following enhancements, or if I should create and maintain an my own version:

I'm interested in using mustache in pure POSIX sh, but instead of environment variables, my variant will work with command-line flags. Something like: mustache.sh --foo=bar --biz=bang where bar is the value supplied to {{foo}}, and bang is the value supplied to {{biz}}. So I was going to fork your project, and build on top of it. However, I then realized, even if you weren't necessarily interested in my CLI-variant, I could still contribute and share my enhancements with your mustache.sh "downstream", such that hopefully all mustache.sh users could share the benefits.

Alternatively, if you're interested only in some of my suggested enhancements, let me know which ones.

Let me know what you think. Thanks!