UNPKG

generator-brain

Version:

A yeoman generator used for legion framework to create scaffold

7 lines (6 loc) 277 B
export declare const YARN: string; export declare const NPM: string; export declare const EMPTY_FOLDER_INDICATOR: string; export declare type GeneratorType = 'init' | 'template'; export declare const INIT_TYPE: GeneratorType; export declare const TEMPLATE_TYPE: GeneratorType;