parent
c93dcec960
commit
15b1b808df
2 changed files with 5 additions and 5 deletions
|
@ -54,12 +54,12 @@ module.exports = async () => {
|
|||
|
||||
console.log(`
|
||||
|
||||
Your module has been created at ${opts.dest}.
|
||||
Your module has been created at ${dest}.
|
||||
|
||||
To get started, in one tab, run:
|
||||
$ cd ${params.shortName} && ${params.manager} start
|
||||
|
||||
And in another tab, run the create-react-app devserver:
|
||||
And in another tab, run the create-react-app dev server:
|
||||
$ cd ${path.join(params.shortName, 'example')} && ${params.manager} start
|
||||
`)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue