UNPKG

openapi-generator-plus

Version:

Modular OpenAPI code generator written in TypeScript and Node.js

4 lines (3 loc) 206 B
export function usage(): void { console.log(`usage: ${process.argv[1]} [generate] [-c <config file>] [-o <output dir>] [-g <generator template or path>] [--watch] [--clean] [<path or url to api spec>]`) }