UNPKG

boil-cli-tool

Version:

CLI tool - boilerplate template manager and generator

9 lines (8 loc) 241 B
import { Command } from "@oclif/command"; export default class Init extends Command { static description: string; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag<void>; }; run(): Promise<void>; }