envful 0.5.2

A tool to verify the presence of environment variables before running a process
Documentation
1
2
3
4
#!/usr/bin/env node

const getBinary = require("./getBinary");
getBinary().run();