We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b59eb3 commit 8036443Copy full SHA for 8036443
lib/index.js
@@ -60,10 +60,10 @@ module.exports = async () => {
60
Your module has been created at ${dest}.
61
62
To get started, in one tab, run:
63
-$ cd ${params.shortName} && ${params.manager} start
+$ \x1B[36mcd ${params.shortName} && ${params.manager} start\x1B[39m
64
65
And in another tab, run the create-react-app dev server:
66
-$ cd ${path.join(params.shortName, 'example')} && ${params.manager} start
+$ \x1B[36mcd ${path.join(params.shortName, 'example')} && ${params.manager} start\x1B[39m
67
`)
68
69
return dest
0 commit comments