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.
Files changed (2) hide show
  1. package/bin/index.js +2 -0
  2. 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lzx-test-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "bin": {
5
5
  "lzx-test-cli": "bin/index.js"
6
6
  },