(pth: string)
| 39 | }; |
| 40 | |
| 41 | const resolveLocal = (pth: string) => { |
| 42 | return path.resolve(__dirname, `${tmpPath}/${pth}`); |
| 43 | }; |
| 44 | |
| 45 | const createSourceFiles = async (opts: InitOptions = {}) => { |
| 46 | const rdmSrc = getTemplateFileContent('README.md') |
no outgoing calls
no test coverage detected