UNPKG

@roots/bud

Version:

Configurable, extensible build tools for modern single and multi-page web applications

13 lines (12 loc) 295 B
import BudCommand from '@roots/bud/cli/commands'; /** * bud env command */ export default class EnvCommand extends BudCommand { static paths: string[][]; static usage: import("@roots/bud-support/clipanion").Usage; /** * Execute command */ execute(): Promise<void>; }