Skip to content

Commit 8036443

Browse files
committed
highlight command line to get started
1 parent 4b59eb3 commit 8036443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ module.exports = async () => {
6060
Your module has been created at ${dest}.
6161
6262
To get started, in one tab, run:
63-
$ cd ${params.shortName} && ${params.manager} start
63+
$ \x1B[36mcd ${params.shortName} && ${params.manager} start\x1B[39m
6464
6565
And in another tab, run the create-react-app dev server:
66-
$ cd ${path.join(params.shortName, 'example')} && ${params.manager} start
66+
$ \x1B[36mcd ${path.join(params.shortName, 'example')} && ${params.manager} start\x1B[39m
6767
`)
6868

6969
return dest

0 commit comments

Comments
 (0)