CLI
Write Node.js script that will check that the environment has docker, git, npm, nvm and node.js. For every tool write to stdout the tool version. If some tools don't exist, write to stderr message about it and finish process with right exit code.