gh-cli-for-education / gh-edu

A pluggable extension of gh-cli to assist educators and students using GitHub Education
https://github.com/gh-cli-for-education/TFG-2122-Cristo-Garcia-Gonzalez
3 stars 0 forks source link

compatibility between gh-edu plugin versions and the gh-edu host version. The peer dependencies problem #11

Open crguezl opened 2 years ago

crguezl commented 2 years ago

A plugin gh-edu extension is meant to be used with gh-edu as "host" extension. Precisely, it is designed to be used with a particular version of the host extension gh-edu.

For example, may be versions x and y of gh-edu-view plugin work with gh-edu version z, whereas versions x' work with gh-edu z'

How are we going to manage this complexity?