UNPKG

piral-cli

Version:

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

7 lines (6 loc) 234 B
import { PiralRuleContext } from '../types'; export type Options = void; /** * Checks that the app field is valid and points to an existing HTML file. */ export default function (context: PiralRuleContext, options?: Options): void;