-
Notifications
You must be signed in to change notification settings - Fork 17
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
Individually package the adapters #18
Comments
Aye, this sounds great! |
I have a repo for an angular.js 1.x adapter over here. |
I would model it after https://github.com/maxogden/mississippi |
I wanted to use https://github.com/emkay/nanocomponent-adapters-angular |
Looks awesome, we should point to it from here. |
#20 💖 |
It was pointed out in #6 (comment) by @alterx that some of these adapters might require heavy dependencies or peer deps. Rather than bundle all those together, we should make each adapter its own repo/module so that people dont have to feel the weight of every adapter.
So... for anyone interested, redo the adapters you are interested in maintaining as a module and we can remove it from this repo, but still reference/export it as a collection since we already have this.
The text was updated successfully, but these errors were encountered: