Install the required files
(path: string, options: ProjectInstallOptions)
| 33 | |
| 34 | /** Install the required files */ |
| 35 | install(path: string, options: ProjectInstallOptions): Promise<void>; |
| 36 | |
| 37 | /** You can check for middleware, add extra instructions, etc */ |
| 38 | postInstall(path: string, options: ProjectInstallOptions): Promise<void>; |
no outgoing calls
no test coverage detected