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
Hi! I'm the author of Eta, an embedded template engine that works with Deno. I just created middleware that adds template rendering with Eta to Oak, and I'm wondering where to publish it.
I know Koa maintains middleware for ejs and Handlebars. Eta's middleware is quite simple and probably wouldn't require much maintenance.
Should I / can I submit a PR to add it to this repository?
The text was updated successfully, but these errors were encountered:
You can. That being said, there is no need to "publish" modules with Deno. If you don't want manage the redirect yourself on https://deno.land/x/ feel free to add it here, or of course you could add it yourself to http://deno.land/x/ and submit a PR for https://github.com/oakserver/awesome-oak to have it listed there.
Hi! I'm the author of Eta, an embedded template engine that works with Deno. I just created middleware that adds template rendering with Eta to Oak, and I'm wondering where to publish it.
I know Koa maintains middleware for ejs and Handlebars. Eta's middleware is quite simple and probably wouldn't require much maintenance.
Should I / can I submit a PR to add it to this repository?
The text was updated successfully, but these errors were encountered: