UNPKG

jetup

Version:

Jetup: JavaScript Project Setup! Jetting-up your next JS project in seconds with one command, using fully modular, customizable presets, instantly ready to code!.

5 lines (4 loc) 118 B
export interface ModuleConfig { installedIfDepsExists: string[]; installedIfFilesOrFoldersExists: string[]; }