UNPKG

@swell/cli

Version:

Swell's command line interface/utility

7 lines (6 loc) 176 B
import { Command } from '@oclif/core'; export default class Create extends Command { static description: string; static examples: string[]; run(): Promise<void>; }