envful 1.0.3

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();