UNPKG

@swell/cli

Version:

Swell's command line interface/utility

16 lines (15 loc) 500 B
import InitApp from '../app/init.js'; export default class InitTheme extends InitApp { appType = 'theme'; static description = 'Initialize theme swell.json in the current directory.'; static examples = [ { command: 'swell theme init', description: 'Initialize theme following command prompts.', }, { command: 'swell theme init -y', description: 'Initialize theme and accept all default values.', }, ]; }