UNPKG

piral-cli

Version:

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

7 lines (6 loc) 252 B
import { PiralRuleContext } from '../types'; export type Options = void; /** * Checks that the Piral instance depends either on `piral` or `piral-core` or `piral-base`. */ export default function (context: PiralRuleContext, options?: Options): void;