UNPKG

create-oclif

Version:

oclif: create your own CLI

12 lines (11 loc) 341 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const app_command_1 = require("../app_command"); class default_1 extends app_command_1.default { constructor() { super(...arguments); this.type = 'plugin'; } } default_1.description = 'create a new CLI plugin'; exports.default = default_1;