UNPKG

@fewer/cli

Version:

The CLI to scaffold and perform operations for Fewer.

10 lines (9 loc) 267 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>; }; static args: never[]; run(): Promise<void>; }