create-oclif
Version:
oclif: create your own CLI
12 lines (11 loc) • 341 B
JavaScript
;
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';
}
}
exports.default = default_1;
default_1.description = 'create a new CLI plugin';