You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first problem is ember-cli does not support npm versions other than latest for the blueprint. ember new -b [email protected] libkit does not work. The second is, there needs to be a stored-on-disk way for a blueprint's version to be looked up in your project. One suggestion could be
kellyselden
changed the title
support arbitrary blueprints (-b option in ember-cli)
support arbitrary unversioned blueprints (-b option in ember-cli)
Apr 6, 2019
Are there substantial deviations/missing pieces from what's described there? The main renaming piece I'm seeing is for this to be documented, but guessing there may still be other functionality needed before you consider this release-ready?
thanks again, very eager to be able to try this out :)
I'm still experimenting with the ideas in that RFC. That's why I haven't documented or advertised anything yet. You could probably get it to work by using --from and --blueprint together, but I would delete the resulting ember-cli-update.json because the file format is not stable yet.
@wycats mentioned it would be nice to update https://github.com/tildeio/libkit using this tool. This would also benifit the octane blueprint before it becomes official.
The first problem is ember-cli does not support npm versions other than latest for the blueprint.
ember new -b [email protected] libkit
does not work. The second is, there needs to be a stored-on-disk way for a blueprint's version to be looked up in your project. One suggestion could beWith those two problems solved, we can generate a diff between two versions of a blueprint.
The text was updated successfully, but these errors were encountered: