ember-cli-version-checker icon indicating copy to clipboard operation
ember-cli-version-checker copied to clipboard

Usage outside of an addon

Open hakubo opened this issue 7 years ago • 2 comments

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

hakubo avatar Oct 18 '18 18:10 hakubo

or maybe there is something else that I could use?

hakubo avatar Oct 25 '18 07:10 hakubo

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...

rwjblue avatar Jan 09 '19 15:01 rwjblue