-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmain.js
188 lines (160 loc) · 9.81 KB
/
main.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
// CREATED BY HYPERZ DEVELOPMENT ++ Hyperz#0001
// CREATED BY HYPERZ DEVELOPMENT ++ Hyperz#0001
// CREATED BY HYPERZ DEVELOPMENT ++ Hyperz#0001
const figlet = require('figlet')
const carden = require('carden')
const chalk = require('chalk')
const axios = require('axios')
class hdlogger {
constructor(header, headerWidth, headerColor, body, backgroundColor, borderColor, borderStyle, fullBorders) {
this.header = header,
this.headerWidth = headerWidth,
this.headerColor = headerColor,
this.body = body,
this.backgroundColor = backgroundColor,
this.borderColor = borderColor,
this.borderStyle = borderStyle,
this.fullBorders = fullBorders
}
async hypelogger(header, headerWidth, headerColor, body, backgroundColor, borderColor, borderStyle, fullBorders) {
try {
let currver = require('./package.json').version
let request = await axios({
method: 'get',
url: `https://raw.githubusercontent.com/Itz-Hyperz/version-pub-api/main/versions.json`,
headers: {Accept: 'application/json, text/plain, */*','User-Agent': '*' }
});
let latestver = request.data.nodelogger
if(latestver != currver) {
console.log(`${chalk.yellow(`[Hyperz-NodeLogger]`)} ${chalk.red(`You are not on the latest version.\nCurrent Version: ${currver}\nLatest Version: ${latestver}`)}\nPlease run ${chalk.yellow(`npm i hyperz-nodelogger@latest`)} to update.`)
}
if (backgroundColor === 'disabled') {
if (fullBorders) {
figlet.text(header, { width: `${headerWidth}` }, async function(err, head) {
if (err) return console.log(err);
let hcolor;
if (headerColor === 'blue') {
hcolor = chalk.blue(head)
} else if (headerColor === 'yellow') {
hcolor = chalk.yellow(head)
} else if (headerColor === 'green') {
hcolor = chalk.green(head)
} else if (headerColor === 'red') {
hcolor = chalk.red(head)
} else if (headerColor === 'white') {
hcolor = chalk.white(head)
} else if (headerColor === 'magenta') {
hcolor = chalk.magenta(head)
} else if (headerColor === 'cyan') {
hcolor = chalk.cyan(head)
} else if (headerColor === 'grey') {
hcolor = chalk.grey(head)
} else if (headerColor === 'black') {
hcolor = chalk.black(head)
} else {
return console.log(`Please use a valid chalk color entry for your ${chalk.blue(headerColor)} entry.`);
}
let frick = body
let booter = carden(hcolor, frick, { margin: 1, content: { borderStyle: borderStyle, borderColor: borderColor, padding: 1 }, header: { borderStyle: borderStyle, borderColor: borderColor, padding: 1 } })
console.log(booter);
});
} else {
figlet.text(header, { width: `${headerWidth}` }, async function(err, head) {
if (err) return console.log(err);
let hcolor;
if (headerColor === 'blue') {
hcolor = chalk.blue(head)
} else if (headerColor === 'yellow') {
hcolor = chalk.yellow(head)
} else if (headerColor === 'green') {
hcolor = chalk.green(head)
} else if (headerColor === 'red') {
hcolor = chalk.red(head)
} else if (headerColor === 'white') {
hcolor = chalk.white(head)
} else if (headerColor === 'magenta') {
hcolor = chalk.magenta(head)
} else if (headerColor === 'cyan') {
hcolor = chalk.cyan(head)
} else if (headerColor === 'grey') {
hcolor = chalk.grey(head)
} else if (headerColor === 'black') {
hcolor = chalk.black(head)
} else {
return console.log(`Please use a valid chalk color entry for your ${chalk.blue(headerColor)} entry.`);
}
let frick = body
let booter = carden(hcolor, frick, { margin: 1, content: { borderStyle: borderStyle, borderColor: borderColor, padding: 1 }, header: { borderStyle: borderStyle, padding: 1 } })
console.log(booter);
});
}
} else {
if (fullBorders) {
figlet.text(header, { width: `${headerWidth}` }, async function(err, head) {
if (err) return console.log(err);
let hcolor;
if (headerColor === 'blue') {
hcolor = chalk.blue(head)
} else if (headerColor === 'yellow') {
hcolor = chalk.yellow(head)
} else if (headerColor === 'green') {
hcolor = chalk.green(head)
} else if (headerColor === 'red') {
hcolor = chalk.red(head)
} else if (headerColor === 'white') {
hcolor = chalk.white(head)
} else if (headerColor === 'magenta') {
hcolor = chalk.magenta(head)
} else if (headerColor === 'cyan') {
hcolor = chalk.cyan(head)
} else if (headerColor === 'grey') {
hcolor = chalk.grey(head)
} else if (headerColor === 'black') {
hcolor = chalk.black(head)
} else {
return console.log(`Please use a valid chalk color entry for your ${chalk.blue(headerColor)} entry.`);
}
let frick = body
let booter = carden(hcolor, frick, { margin: 1, content: { borderStyle: borderStyle, borderColor: borderColor, backgroundColor: backgroundColor, padding: 1 }, header: { backgroundColor: backgroundColor, borderStyle: borderStyle, borderColor: borderColor, padding: 1 } })
console.log(booter);
});
} else {
figlet.text(header, { width: `${headerWidth}` }, async function(err, head) {
if (err) return console.log(err);
let hcolor;
if (headerColor === 'blue') {
hcolor = chalk.blue(head)
} else if (headerColor === 'yellow') {
hcolor = chalk.yellow(head)
} else if (headerColor === 'green') {
hcolor = chalk.green(head)
} else if (headerColor === 'red') {
hcolor = chalk.red(head)
} else if (headerColor === 'white') {
hcolor = chalk.white(head)
} else if (headerColor === 'magenta') {
hcolor = chalk.magenta(head)
} else if (headerColor === 'cyan') {
hcolor = chalk.cyan(head)
} else if (headerColor === 'grey') {
hcolor = chalk.cyan(head)
} else if (headerColor === 'black') {
hcolor = chalk.cyan(head)
} else {
return console.log(`Please use a valid chalk color entry for your ${chalk.blue(headerColor)} entry.`);
}
let frick = body
let booter = carden(hcolor, frick, { margin: 1, content: { borderStyle: borderStyle, borderColor: borderColor, backgroundColor: backgroundColor, padding: 1 }, header: { backgroundColor: backgroundColor, borderStyle: borderStyle, padding: 1 } })
console.log(booter);
});
}
}
} catch (e) {
console.log(chalk.red(`Something went wrong attempting to build your logger, ERROR:\n\n${chalk.white(`${e}\n\n`)}`));
}
}
}
module.exports = hdlogger;
// CREATED BY HYPERZ DEVELOPMENT ++ Hyperz#0001
// CREATED BY HYPERZ DEVELOPMENT ++ Hyperz#0001
// CREATED BY HYPERZ DEVELOPMENT ++ Hyperz#0001