TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Automated dev setup with Devbox and tmux

2 pointsby mootodayabout 1 year ago
For years, I&#x27;ve used various tools &amp; shell scripts to automate my development environments.<p>Some were easier to maintain than others, but earlier tonight an idea crossed my mind to combine a few tools and end up with the following command:<p>`devbox run tmux`<p>Imagine you run this command and here&#x27;s what it does: - Installs Node.js or Python and&#x2F;or Postgres or whatever you need - Installs tmux &amp; tmuxp - Runs whatever commands to set up the project (e.g. npm install) - Divides your terminal window into n panes - Starts a database, backend &amp; web services, you name it - Seeds the database, runs tests, you get the idea<p>It&#x27;s freshly baked and I&#x27;ll continue to iterate on it, but would love your feedback and thoughts!<p>Thank you<p>https:&#x2F;&#x2F;github.com&#x2F;mootoday&#x2F;devbox-tmux

no comments

no comments