oakserver / middleware

A collection of middleware to use with oak. 🐿️ 🦕
https://oakserver.github.io/middleware/
MIT License
30 stars 6 forks source link

Adding middleware #5

Open nebrelbug opened 4 years ago

nebrelbug commented 4 years ago

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?

kitsonk commented 4 years ago

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.

nebrelbug commented 4 years ago

@kitsonk cool! I just created a PR.