godlint-cli 0.3.0

Command-line interface for Godlint.
1
2
3
4
5
const cp = require("child_process");

function deploy(branch) {
  cp.exec(`git checkout ${branch}`);
}