UNPKG

git-to-k8s

Version:

Small tool to automate the git to url flow on k8s

10 lines (6 loc) 129 B
#!/usr/bin/env node const MainFlow = require('./index').MainFlow; (function () { const mf = new MainFlow() mf.run() }) ()