.
This commit is contained in:
parent
1995f88860
commit
d810cd8e28
1 changed files with 3 additions and 3 deletions
|
@ -51,13 +51,13 @@ module.exports = async () => {
|
||||||
|
|
||||||
console.log(`
|
console.log(`
|
||||||
|
|
||||||
Your module has been created at ${lib.dest}.
|
Your module has been created at ${opts.dest}.
|
||||||
|
|
||||||
To get started, in one tab, run:
|
To get started, in one tab, run:
|
||||||
$ cd ${lib.name} && ${lib.manager} start
|
$ cd ${opts.name} && ${opts.manager} start
|
||||||
|
|
||||||
And in another tab, run the create-react-app devserver:
|
And in another tab, run the create-react-app devserver:
|
||||||
$ cd ${lib.name}/example && ${lib.manager} start
|
$ cd ${opts.name}/example && ${opts.manager} start
|
||||||
`)
|
`)
|
||||||
|
|
||||||
return lib
|
return lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue