UNPKG

itasca

Version:

A minimal MVC web framework for solo devs and productive teams

8 lines (6 loc) 129 B
#!/usr/bin/env node const yargs = require('yargs/yargs'); yargs(process.argv.slice(2)) .commandDir('cmds') .help() .argv;