Hacker News new | ask | show | jobs
by coderaptor 4481 days ago
Just getting Stubby going (https://github.com/jkassemi/stubby) - and it could use some more love.

It's a suite of tools that focus around declarative configuration of various project environments. For instance, the Stubfile.json can contain the references to your staging and production servers, and you can swap your system to view either staging or production from the command line. Additionally it supports stub packages, so you could theoretically write a GitHub API stub (think pre-configured and packaged webmock stubs) and distribute to other devs over github.

My company's building this out to assist with dev/QA and a migration to docker, so there's some semblance of a team.