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 happened to notice @davglass star this project, and I was immediately intrigued. I am the author of mustache-wax, which is largely doing exactly the same thing as you're doing here (indeed, we even started from the same "inspiration" of the handlebars CLI code).
I've extended the handlebarsjs CLI pattern a bit, enabling it to be required by other modules in a programmatic way. I've also added nodeunit tests, and avoided pulling in the entirety of the yui3 package just for the handlebars compiler (which YUI3 is just wrapping). I think we could make it better by combining our efforts instead of splitting them.
I'm not cool enough to make a "call me maybe" reference, but perhaps we could merge projects?
The text was updated successfully, but these errors were encountered:
Hi Christian,
I happened to notice @davglass star this project, and I was immediately intrigued. I am the author of mustache-wax, which is largely doing exactly the same thing as you're doing here (indeed, we even started from the same "inspiration" of the handlebars CLI code).
I've extended the handlebarsjs CLI pattern a bit, enabling it to be required by other modules in a programmatic way. I've also added nodeunit tests, and avoided pulling in the entirety of the yui3 package just for the handlebars compiler (which YUI3 is just wrapping). I think we could make it better by combining our efforts instead of splitting them.
I'm not cool enough to make a "call me maybe" reference, but perhaps we could merge projects?
The text was updated successfully, but these errors were encountered: