ember-cli-version-checker
ember-cli-version-checker copied to clipboard
Usage outside of an addon
I wanted to add version checker to ember-cli-create but this is not an addon.
Is there a way to use this outside an addon?
This is what I'm trying to do: https://github.com/gossi/ember-cli-create/pull/9/files
or maybe there is something else that I could use?
Hmm, ember-cli-version-checker essentially works with anything that has a root property. In theory we should solidify that with some tests, but it should mostly work fine...