Aliases to match npm package name
Opened this issue · 3 comments
staltz commented
The aliases/keys/strings could match the npm names, like baconjs
is the npm package name.
TylorS commented
Sure, I guess that would make sense, I could see that being very useful. Itd be possible to allow an init()
type function to dynamically build and import the convert object with only the needed libraries.
Is that the sort of thing you're looking to do with it?
staltz commented
I didn't look that far, I just thought bacon
=> baconjs
would be a good replacement because people might get confused/annoyed with import Bacon from 'baconjs'
but convert.rx.to.bacon
.
TylorS commented
👍