UNPKG

protocpiler

Version:

Generates javascript or typescript files based on proto files

11 lines (8 loc) 209 B
const createYargs = require('yargs/yargs'); const cli = () => { process.title = 'protocpiler'; return createYargs() .commandDir('commands') .demandCommand(); }; module.exports = cli;