UNPKG

create-oclif

Version:

oclif: create your own CLI

6 lines (5 loc) 135 B
import AppCommand from '../app-command'; export default class extends AppCommand { static description: string; type: string; }