sdkman / sdkman-db-migrations

Database migrations for the sdkman API
Apache License 2.0
71 stars 124 forks source link

Add protoc (protobuf compiler) candidate #611

Closed manojshr closed 2 years ago

manojshr commented 2 years ago

Hi @manojshr, I don't really feel that protoc is well suited for SDKMAN. We focus on JVM related SDKs, and I don't think protoc falls into that category. It feels like more of a general purpose tool that can be installed by your package manager.

@marc0der I agree with you, but my intention behind adding this tool is to make sdkman a rich CLI manager which can be a suitable tool to manage all the widely used command line tools. Is there any plan to move sdkman in this direction? I will be happy to contribute.

marc0der commented 2 years ago

Hey @manojshr, we have no plans to go in this direction right now. It is also important to note that SDKMAN is not a package, but an SDK manager. It is also not for general purpose SDKs, but specifically for the JVM. We certainly don't want to compete with all the great package managers already out there. They are great, but we fulfil a different function to them all together.

manojshr commented 2 years ago

Thanks @marc0der for clarification, Closing this PR.