Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding middleware #5

Open
nebrelbug opened this issue Sep 14, 2020 · 2 comments
Open

Adding middleware #5

nebrelbug opened this issue Sep 14, 2020 · 2 comments
Labels
question Further information is requested

Comments

@nebrelbug
Copy link

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
Copy link
Contributor

kitsonk commented Sep 15, 2020

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 kitsonk added the question Further information is requested label Sep 15, 2020
@nebrelbug
Copy link
Author

@kitsonk cool! I just created a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants