File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ export const initCommand = async (targetPath: string): Promise<void> => {
2626 // ASCII art banner
2727 console . log (
2828 chalk . cyan ( `
29- ███████╗██╗ ██╗██████╗ ███████╗██████╗ █████╗ ██████╗ ███████╗███████╗███ ╗ ██╗████████╗███████╗
30- ██╔════╝██║ ██║██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔════╝ ██╔════╝██╔════╝██ ██╗ ██║╚══██╔══╝██╔════╝
31- ███████╗██║ ██║██████╔╝█████╗ ██████╔╝███████║██║ ███╗█████╗ █████╗ ██ ╔██╗ ██║ ██║ ███████╗
32- ╚════██║██║ ██║██╔═══╝ ██╔══╝ ██╔══██╗██╔══██║██║ ██║██╔══╝ ██╔══╝ ██ ║╚██╗██║ ██║ ╚════██║
33- ███████║╚██████╔╝██║ ███████╗██║ ██║██║ ██║╚██████╔╝███████╗███████╗██ ║ ╚████║ ██║ ███████║
34- ╚══════╝ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝╚═ ╝ ╚═══╝ ╚═╝ ╚══════╝
29+ ███████╗██╗ ██╗██████╗ ███████╗██████╗ █████╗ ██████╗ ███████╗███╗ ██╗████████╗███████╗
30+ ██╔════╝██║ ██║██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔════╝ ██╔════╝████╗ ██║╚══██╔══╝██╔════╝
31+ ███████╗██║ ██║██████╔╝█████╗ ██████╔╝███████║██║ ███╗█████╗ ██╔██╗ ██║ ██║ ███████╗
32+ ╚════██║██║ ██║██╔═══╝ ██╔══╝ ██╔══██╗██╔══██║██║ ██║██╔══╝ ██║╚██╗██║ ██║ ╚════██║
33+ ███████║╚██████╔╝██║ ███████╗██║ ██║██║ ██║╚██████╔╝███████╗██║ ╚████║ ██║ ███████║
34+ ╚══════╝ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝
3535 ` )
3636 ) ;
3737 console . log (
You can’t perform that action at this time.
0 commit comments