Open walter opened 9 years ago
Just discovered that I can make my life a little simpler. Here's the relevant line from the docs:
You can upload your addon code to a private git repository and call ember install:addon with a valid git URL as the version.
Simpler than git clone and npm link, but it still be nice to have a published version of this addon.
I have a couple work projects that use this from git, I haven't tried to contact the original owner of ember-cli-ic-modal
yet...
Thanks working on this! ic-modal seems like one of the best modal libraries out there for Ember.js and it is nice to have it as a well architected add-on. Having this add-on has saved me a lot of work.
It is, however, a bummer that I have to install it via cloning the repo and npm linking it. Are there plans to publish this?
If so, how are you planning on dealing with the name conflict with this add-on?
https://www.npmjs.com/package/ember-cli-ic-modal
Thanks again for your excellent work!