Skip to content

Commit 43ad4c5

Browse files
committed
Updated ascii art
1 parent 07a0e1d commit 43ad4c5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"author": "",
2424
"license": "ISC",
2525
"bin": {
26-
"refactorcode": "./src/main.js"
26+
"refactorcode": "src/main.js"
2727
},
2828
"type": "module",
2929
"devDependencies": {

src/banner.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
/* eslint-disable no-irregular-whitespace */
12
import chalk from "chalk";
23
import { stdout } from "process";
34

45
const asciiArt =
5-
"\r\n _____ _ ______ __ _ \r\n/ __ \\ | | | ___ \\ / _| | | \r\n| / \\/ ___ __| | ___ | |_/ / ___ | |_ __ _ ___ | |_ ___ _ __ \r\n| | / _ \\ / _` | / _ \\ | / / _ \\| _| / _` | / __|| __| / _ \\ | '__|\r\n| \\__/\\| (_) || (_| || __/ | |\\ \\ | __/| | | (_| || (__ | |_ | (_) || | \r\n \\____/ \\___/ \\__,_| \\___| \\_| \\_| \\___||_| \\__,_| \\___| \\__| \\___/ |_| \r\n \r\n \r\n";
6+
`
7+
█▀█ █▀▀ █▀▀ ▄▀█ █▀▀ ▀█▀ █▀█ █▀█ █▀▀ █▀█ █▀▄ █▀▀
8+
█▀▄ ██▄ █▀░ █▀█ █▄▄ ░█░ █▄█ █▀▄ █▄▄ █▄█ █▄▀ ██▄
9+
`
610

711
export const showBanner = () => {
812
stdout.write(chalk.cyanBright(asciiArt));

0 commit comments

Comments
 (0)