Computers
Set up a dev environment
A cloud machine with your runtime and your repo, ready to go.
Fill it in
The language it needs.
How much machine.
You will choose this in the chat.
Cloned before you get there.
Only for a private repository.
Your prompt
Set up a working dev environment.
Runtime: [your runtime]. Size: [your size].
Repository: [your repository]
Provision with `computer ephemeral` sized from the form, then install the
runtime if the image does not already carry it.
Clone [your repository] using `${credential:${credential:GIT_TOKEN}}`, then install dependencies with whatever lockfile is
present rather than guessing the package manager.
Verify before handing it over: print the runtime version, and run the project's
own build or test command once. An environment that has never run anything is
not set up, it is provisioned.
Finish by telling the user how to reach it and when it self-destructs.Use Set up a dev environmentOpens with everything above already filled in.