UNPKG

@swell/cli

Version:

Swell's command line interface/utility

10 lines (9 loc) 228 B
import InitApp from '../app/init.js'; export default class InitTheme extends InitApp { appType: string; static description: string; static examples: { command: string; description: string; }[]; }