@kdcloudjs/kd-visualize
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -5,5 +5,5 @@ const { exec } = require('child_process') | ||
function clone(projectName) { | ||
const url ='git@github.com:kdcloudone/kdesign-pro.git' | ||
const url ='git@github.com:kdcloudone/kd-visualize.git' | ||
const spinner = ora('Initializing the KDesign App'); | ||
const spinner = ora('Initializing the KDesign visualize'); | ||
spinner.start(); | ||
@@ -17,3 +17,3 @@ spinner.color = 'green'; | ||
exec(`rm -rf ${projectName}/.git`) | ||
spinner.succeed('KDesign App is ready!'); | ||
spinner.succeed('KDesign visualize is ready!'); | ||
@@ -20,0 +20,0 @@ console.log('\n') |
@@ -10,4 +10,4 @@ #!/usr/bin/env node | ||
program | ||
.name('create-kdesign-app') | ||
.description('CLI to create kdesign App') | ||
.name('kd-visualize') | ||
.description('CLI to create kdesign visualize') | ||
.usage('<projectName> | [options]') | ||
@@ -14,0 +14,0 @@ .version(pkg.version) |
{ | ||
"name": "@kdcloudjs/kd-visualize", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "可视化脚手架", | ||
@@ -10,3 +10,3 @@ "title": "create-kdesign-visualize", | ||
"cli", | ||
"pro" | ||
"visualize" | ||
], | ||
@@ -13,0 +13,0 @@ "homepage": "https://charts.kingdee.design/", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14194
1