Skip to main content

New best story on Hacker News: Show HN: Devbox – Easy, predictable shells and containers

Show HN: Devbox – Easy, predictable shells and containers
434 by robrich | 172 comments on Hacker News.
Devbox is a command-line tool that lets you easily create isolated shells and containers. You start by defining the list of packages required by your development environment, and devbox uses that definition to create an isolated environment just for your application. In practice, Devbox works similar to a package manager like yarn – except the packages it manages are at the operating-system level (the sort of thing you would normally install with brew or apt-get). See it in action: https://youtu.be/WMBaXQZmDoA

Comments

Popular posts from this blog