()
| 75 | }; |
| 76 | |
| 77 | const setupMessage = function () { |
| 78 | console.log('Creating app structure...'); |
| 79 | }; |
| 80 | |
| 81 | const confirmReplaceSetup = function (confirm, destinationDir, opts) { |
| 82 | const rmdirRecursive = function (dirname) { |
no outgoing calls
no test coverage detected
searching dependent graphs…