Comparing version 0.3.11 to 0.3.13
@@ -36,5 +36,5 @@ "use strict"; | ||
console.log(); | ||
console.log(`Running exos-cli command ${chalk_1.default.cyan(command)} (v${cliVersion})..`); | ||
console.log(`Running ${chalk_1.default.white.bold("exos-cli")} command ${chalk_1.default.cyan(command)} (v${cliVersion})..`); | ||
console.log(); | ||
// Run yargsInteractive for the first time to obtain the command to use. | ||
// Run yargsInteractive for the first time to obtain the command to use | ||
return yargsConfig | ||
@@ -41,0 +41,0 @@ .usage("$0 <command> [args]") |
{ | ||
"name": "exos-cli", | ||
"version": "0.3.11", | ||
"version": "0.3.13", | ||
"description": "CLI tool for building React + TypeScript applications", | ||
@@ -17,2 +17,3 @@ "main": "./dist/exos-cli.js", | ||
"build": "rm -rf dist && tsc && (for filename in `find src/commands -name 'templates'`; do cp -r $filename `echo $filename | sed 's/src/dist/'` ; done)", | ||
"prestart": "npm run build", | ||
"start": "node .", | ||
@@ -52,3 +53,3 @@ "debug": "node --nolazy --inspect-brk=9229 ./dist/exos-cli.js init", | ||
}, | ||
"gitHead": "e88ae42a2f62b1cdf4df7213ab4f1690df84829c" | ||
"gitHead": "87d7471fcbd04c835e04b36f010f1a22cb407739" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53640