Closed astromechza closed 7 months ago
I'd like to make it easier to build alternative implementations of Score using the score-go library. So I've copied over some bits of score-compose (https://github.com/score-spec/score-compose/tree/main/internal/project, and https://github.com/score-spec/score-compose/blob/main/internal/command/override_utils.go) into score-go.
The major common parts are:
These are mechanisms used in score-compose that are common to other implementations like score-flyio and the one internal to Humanitec.
I'd like to make it easier to build alternative implementations of Score using the score-go library. So I've copied over some bits of score-compose (https://github.com/score-spec/score-compose/tree/main/internal/project, and https://github.com/score-spec/score-compose/blob/main/internal/command/override_utils.go) into score-go.
The major common parts are:
These are mechanisms used in score-compose that are common to other implementations like score-flyio and the one internal to Humanitec.