UNPKG

wrapup-partition

Version:

Convert Node/CommonJS modules for the browser with on demand loading of JS files

8 lines (5 loc) 137 B
#!/usr/bin/env node "use strict"; var program = require('./cli') program.parse(process.argv) if (!program.args.length) program.help();