cork is a build tool for projects that utilizes containerization to achieve highly reliable and highly portable build workflows. cork is the tool you always wanted but didn't know how to describe.
Have you ever had to spin up a build agent for your CI tool and needed to build node-v4 projects and node-v6? If so, you've run in to issues with tools conflicting. It's possible to make it work, but why not save yourself the headache of having to deal with build agents. Imagine if you could make it so the exact same tool used in CI to build/test was the tool you used on your local development machine.
Dream no more. Cork is here.
$ cork init [project-type]
$ cork run
$ cork export --as-buildkite-steps
$ cork build
$ cork run test
This tool was created by Virtru for greater the software development community. We're Hiring!