UNPKG

piral-cli

Version:

The standard CLI for creating and building a Piral instance or a Pilet.

7 lines (6 loc) 216 B
import { PiralRuleContext } from '../types'; export type Options = void; /** * Checks that the scripts defined for pilets are valid. */ export default function (context: PiralRuleContext, options?: Options): void;