cork is a build tool for projects that executes build steps in docker containers 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 is powered by docker and runs anywhere docker runs. If it works on Linux, it will work on Windows and OS X.
For the quick start, we will be creating a brand new node-v4 project.
$ cork init virtru/node-v4-project:latest
$ cork run
$ cork init [project-type]
$ cork run
$ cork run test
This tool was created by Virtru for greater the software development community. We're Hiring!