UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

7 lines (6 loc) 194 B
import Command from '@shopify/cli-kit/node/base-command'; export default class Generate extends Command { static description: string; static hidden: boolean; run(): Promise<void>; }