qbi-dev-tools
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -33,6 +33,6 @@ const fs = require("fs"); | ||
rimraf.sync(`./${projectName}`); | ||
console.log(chalk.red("--> create failed")); | ||
console.log(chalk.red(" create failed")); | ||
return console.log(err); | ||
} | ||
console.log(chalk.green("--> create succeeded")); | ||
console.log(chalk.green(" create succeeded")); | ||
@@ -51,3 +51,3 @@ rimraf.sync(`./${projectName}/.git`); | ||
console.log(""); | ||
console.log(chalk.green(`Project initialize succeed! Next step:`)); | ||
console.log(chalk.green(`Project initialized successfully! Next step:`)); | ||
console.log(chalk.blue(` cd ${projectName}`)); | ||
@@ -54,0 +54,0 @@ console.log(chalk.blue(` npm i`)); |
{ | ||
"name": "qbi-dev-tools", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Command line tool for developing component for Quick BI", | ||
@@ -5,0 +5,0 @@ "author": "Quick BI", |
3026