middleware icon indicating copy to clipboard operation
middleware copied to clipboard

Adding middleware

Open nebrelbug opened this issue 4 years ago • 2 comments

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?

nebrelbug avatar Sep 14 '20 22:09 nebrelbug

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.

kitsonk avatar Sep 15 '20 05:09 kitsonk

@kitsonk cool! I just created a PR.

nebrelbug avatar Sep 15 '20 17:09 nebrelbug