Skip to content

Commit

Permalink
fix: cli polish (QwikDev#3097)
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat authored Feb 22, 2023
1 parent 22891de commit 77939a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/create-qwik/create-interactive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const note = (message = '', title = '') => {
// End of used code from clack

export async function runCreateInteractiveCli() {
intro(`Let's create a Qwik App ✨ (v${(globalThis as any).QWIK_VERSION})`);
intro(`Let's create a ${color.bgBlue(' Qwik App ')} ✨ (v${(globalThis as any).QWIK_VERSION})`);

const defaultProjectName = './qwik-app';
const projectNameAnswer =
Expand Down
24 changes: 12 additions & 12 deletions packages/create-qwik/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ function printHeader() {
// const qwikGradient = gradient(["rgb(24, 182, 246)", "rgb(172, 127, 244)"]);
console.log(
color.blue(`
............ :##+ ###-
.::: :--------:. ###-
.:::: .:-------:. -=+++++=-. .===. -==. .==- :##+ ###- .===.
.:::::. .:-------. .###=--=*##: -##+ .###+ +##. :##+ ###- =##+.
::::::. .:------. +##- +##: =##: =####: :##+ :##+ ###- +##=
::::::. :-----: *##. +##: *#* .##-*#* :###. :##+ ###=*##+
::::::. .:-----. +##: +##: -##-+#* :##:*##: :##+ ###- =##+.
:::::::. .-----. :###=--=###: *####: *####= :##+ ###- :###:
::::::::.. ---:. .=+**+=*##: .+++- :+++= :##+ ###- =##:
.:::::::::. :-:. +##:
..:::::::::::: +##:
...::::
${color.magenta('............')}
.::: ${color.magenta(':--------:.')}
.:::: ${color.magenta('.:-------:.')}
.:::::. ${color.magenta('.:-------.')}
::::::. ${color.magenta('.:------.')}
::::::. ${color.magenta(':-----:')}
::::::. ${color.magenta('.:-----.')}
:::::::. ${color.magenta('.-----.')}
::::::::.. ${color.magenta('---:.')}
.:::::::::. ${color.magenta(':-:.')}
..::::::::::::
...::::
`),
'\n'
);
Expand Down

0 comments on commit 77939a5

Please sign in to comment.