@dtinsight/create
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -42,3 +42,3 @@ "use strict"; | ||
console.log(""); | ||
console.log(` ${chalk.cyan("cd")} my-app`); | ||
console.log(` ${chalk.cyan("cd")} ${projectName}`); | ||
console.log(` ${chalk.cyan(useYarn ? "yarn" : "npm run")} start`); | ||
@@ -48,3 +48,3 @@ console.log(""); | ||
console.log(""); | ||
console.log(` ${chalk.cyan("cd")} my-app`); | ||
console.log(` ${chalk.cyan("cd")} ${projectName}`); | ||
console.log(` ${chalk.cyan(`git diff src/${isTypeScript ? "App.tsx" : "App.js"}`)}`); | ||
@@ -51,0 +51,0 @@ console.log(` ${chalk.cyan(`git diff src/${isTypeScript ? "index.tsx" : "index.js"}`)}`); |
{ | ||
"name": "@dtinsight/create", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Create Molecule Application with create-react-app.", | ||
@@ -16,3 +16,3 @@ "keywords": [ | ||
"bin": { | ||
"molecule": "bin/index.js" | ||
"create": "bin/index.js" | ||
}, | ||
@@ -19,0 +19,0 @@ "files": [ |
4959