UNPKG

ghinfo

Version:

CLI util for generating a GitHub project information file

9 lines (8 loc) 203 B
import { CommandModule, Options } from 'yargs'; export type IArguments = { dir: string; type: string; }; export declare const command: CommandModule<{ [key: string]: Options; }, IArguments>;