()
| 69 | } |
| 70 | |
| 71 | func (l Layout) ModulesFilePath() string { |
| 72 | return filepath.Join(l.ModulesDirectory(), "modules.json") |
| 73 | } |
| 74 | |
| 75 | // ExtractArchive extracts the provided template source archive and modules archive into the working directory. |
| 76 | // `modulesArchive` is optional and can be nil or empty. |
no test coverage detected