ASCII Terminal Banner #16238
Answered
by
yusufkandemir
pstreich
asked this question in
General - Components / Directives / etc
-
|
Hi, Is there a way to customise the 'Quasar' ASCII Banner which is shown in the terminal on app launch? |
Beta Was this translation helpful? Give feedback.
Answered by
yusufkandemir
Aug 23, 2023
Replies: 1 comment 2 replies
-
|
Not unless you fork it and use your own version or use something like It's being printed here: quasar/app-webpack/lib/cmd/dev.js Lines 84 to 89 in a4bc2e4 And here is the ASCII art: https://github.com/quasarframework/quasar/blob/a4bc2e42e1b5c52080913fe6d678339d20949b13/app-webpack/assets/logo.art Can you share why you want to customize it? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
yusufkandemir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not unless you fork it and use your own version or use something like
pnpm patch.It's being printed here:
quasar/app-webpack/lib/cmd/dev.js
Lines 84 to 89 in a4bc2e4
And here is the ASCII art:
https://github.com/quasarframework/quasar/blob/a4bc2e42e1b5c52080913fe6d678339d20949b13/app-webpack/assets/logo.art
Can you share why you want to customize it?