14 ms·
So this reinvents devcontainers? https://containers.dev https://containers.dev Why should we use yours? What does it do better or differently?
by darkvertex 1y ago
So this reinvents devcontainers? https://containers.dev https://containers.dev
Why should we use yours? What does it do better or differently?
- hk1337 1y agoWhile this is true, this project seems to wrap it up in a CLI package for starting and stopping projects. Whereas starting devcontainers, at least as far as I have seen, is always done via VSCode or IDE, so while it technically could be called CLI too, would be a lot more complicated than this project.
- nickzelei 1y agoThe devcontainers cli has existed for a while. Definitely not as smooth as using with vscode but it has all the main points. https://github.com/devcontainers/cli https://github.com/devcontainers/cli
- hk1337 1y agoTIL. I'm not proponent of installing nodejs apps globally, npm install -g or yarn install -g
- bartalama 1y agoThere is also a CLI for dev containers. I use it for unattended builds.