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
|
||||
`)
|
||||
|
||||
|
|
|
@ -3938,9 +3938,9 @@ optionator@^0.8.2:
|
|||
type-check "~0.3.2"
|
||||
wordwrap "~1.0.0"
|
||||
|
||||
ora@^2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/ora/-/ora-2.1.0.tgz#6caf2830eb924941861ec53a173799e008b51e5b"
|
||||
ora@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/ora/-/ora-3.0.0.tgz#8179e3525b9aafd99242d63cc206fd64732741d0"
|
||||
dependencies:
|
||||
chalk "^2.3.1"
|
||||
cli-cursor "^2.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue