UNPKG

generator-brain

Version:

A yeoman generator used for legion framework to create scaffold

7 lines (6 loc) 234 B
import { GeneratorType } from './src/constants/constants'; export interface IExtraWrite { absolutePath: string; relativePath: string; } export default function YoLegion(type: GeneratorType, extraWrites?: IExtraWrite[]): void;