Gitpod.io online IDE integration #6514
freiondrej-economia
started this conversation in
Ideas
Replies: 2 comments
-
We could probably start with minimal docker setup from rectorphp/rector-src#998 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Probably Github codespaces would be even easier to set up. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I recently stumbled upon an amazing project gitpod.io, which creates ephemeral workflows with a web IDE, think ready-to-code setups.
I have no experience with it, so proper integration with Rector should be proposed by someone who knows Gitpod, but this is a minimal setup I used to get rector working:
/.gitpod.yml
/.gitpod.Dockerfile
I used it to create a bugfix PR for Rector-src, but the process could be even smoother with some guidelines.
This is what I did:
I think encouraging developers to use this could really lower the barrier to contributing, because they practically just need to open a new browser tab and Gitpod prepares everything for them.
WDYT? Would it be good to have .gitpod.yml already in rector, so that new contributors could start coding right away?
Beta Was this translation helpful? Give feedback.
All reactions