lzx-test-cli 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/index.js +2 -0
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -228,8 +228,10 @@ program
|
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
fs.mkdirsSync(targetDir);
|
|
231
|
+
console.log("🚀 ~ :231 ~ targetDir:", targetDir)
|
|
231
232
|
|
|
232
233
|
const templatePath = path.resolve("", templateChosen)
|
|
234
|
+
console.log("🚀 ~ :233 ~ templatePath:", templatePath)
|
|
233
235
|
if(downloadType === 'remote') {
|
|
234
236
|
const repoMap = {
|
|
235
237
|
'template-main': main_proj_remote_url,
|