UNPKG

@apr/werckerenvtools

Version:

Tools to work with environment variables in wercker

7 lines (6 loc) 124 B
#!/usr/bin/env node require("yargs") .env("WERCKERENVTOOLS") .commandDir("src/cmds") .demandCommand() .help().argv;