UNPKG

rollup-umd-scripts

Version:

CLI for rollup-umd projects

7 lines (6 loc) 177 B
'use strict'; exports.command = 'babel <command>'; exports.desc = 'Manage babel configuration'; exports.builder = function (yargs) { return yargs.commandDir('babel_cmds'); };