create-cubing-app 0.35.6-rc19 → 0.35.6-rc20
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.
- package/bin/create-cubing-app.js +2 -1
- package/package.json +1 -1
package/bin/create-cubing-app.js
CHANGED
|
@@ -94,7 +94,8 @@ await transferFile(
|
|
|
94
94
|
await execPromise("npm install --save cubing", execOptions);
|
|
95
95
|
await execPromise("npm install --save-dev barely-a-dev-server", execOptions);
|
|
96
96
|
|
|
97
|
-
console.log(
|
|
97
|
+
console.log(`---------------------------------
|
|
98
|
+
Your cubing app has been created.
|
|
98
99
|
To work on it, run:
|
|
99
100
|
|
|
100
101
|
cd ${packageRoot}
|