UNPKG

rollup-umd-scripts

Version:

CLI for rollup-umd projects

7 lines (6 loc) 201 B
'use strict'; exports.command = ['documentation <command>', 'doc']; exports.desc = 'Initialize documentation.'; exports.builder = function (yargs) { return yargs.commandDir('documentation_cmds'); };