UNPKG

gulptraum

Version:

Smart task generator for gulp to get a build pipeline and more in seconds.

8 lines (7 loc) 186 B
declare function generate(gulp: any, config: any, gulptraum: any): void; export declare const command: { generate: typeof generate; name: string; help: string; }; export {};