Skip to content

Commit efcd4e2

Browse files
committed
πŸ‘¨β€πŸŽ€ Added ascii art πŸ‘¨β€πŸŽ€
1 parent 7185c64 commit efcd4e2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

β€Žpostinstall/install.js

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,32 @@
22

33
const fs = require('fs');
44
const path = require('path');
5+
console.log(`
56
7+
8+
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
9+
:::::::::::::::::::::::::::::::::::::::: :
10+
:::::::::::::::::::::::::::::::::::::::: ::: :
11+
::::: ::::::::::::::: :::::: :::::::: :::::::::: :::::::: :
12+
::::: :::: :::::::::::::: :::: ::::: :::: :::: ::: ::: ::: ::: :
13+
::::: :::: :: :: :::: ::: ::::: :::::: :::: :::: ::::::: :::: :::: :
14+
::::: :::: ::: ::: ::::::: :::::: ::::::::: ::::::: ::::: :
15+
::::: :::::::: ::: ::: ::::::::::: :::: :::: ::: ::::::: :
16+
::::: :::::::: ::: ::: ::::::::::: :::::::: :::: ::: :::: :::: :
17+
:::::::::::::::::::::::::::::::::::::::: :
18+
:::::::::::::::::::::::::::::::::::::::: :
19+
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
20+
: :
21+
: :::: :::: ::: : :::::: :::::: :::: :: ::::: :
22+
: ::: ::: ::: ::: :: :: :: :: ::: ::: :: :: :
23+
: :: :: :: ::::::: :: ::::: :: :: :: ::: :
24+
: ::: ::: ::: :: ::: :: :: :: ::: ::: :: :: :
25+
: :::: :::: : :: :: :: :: :::: ::::: ::::: :
26+
: :
27+
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
28+
29+
30+
`);
631
console.log("INFO: Adding the required localized resource configuration to the config.json file.");
732

833
// Get the current directory

0 commit comments

Comments
Β (0)