Conversation
hjbdev
commented
Jun 21, 2022
- Rewritten pvm in Golang
- Added installation command
|
Hey @hjbdev, is there anything I can do to help with this PR? |
|
Hey @husseinalhammad, you're welcome to pick up the torch on this PR. PVM has fallen down my priorities list since switching to a WSL2/Docker setup |
|
Thanks for the quick response, @hjbdev. My exposure to Go has been minimal, but I'm interested to pick this up. It would be great to have an overview of what has been done and what is yet to be done. It looks like you already implemented the following commands:
And the following commands are yet to be implemented:
Is the above correct? And is the scope for this PR to get to work for Windows only? Seeing #2 makes me wonder whether the plan is to add MacOS support for v2 right away (or whether that's a v2.1 feature). |
|
no worries, yeah Windows only for the initial v2 would probably be best, keep it simple. I don't have access to a MacOS machine now so wouldn't be able to implement or really help in any way there. |
|
Noted. I have access to both Windows and Mac (and have to switch between the two). My team uses both Windows and Mac, and Docker is a bit of an overkill for our use cases. So I'm interested to help shape PVM to become a lightweight cross-platform PHP version manager. |
|
how to add custom extension for php? |