UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

6 lines (5 loc) 177 B
interface RunShopifyCLIOptions { development: boolean; } declare function runShopifyCLI({ development }: RunShopifyCLIOptions): Promise<void>; export default runShopifyCLI;