This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpostinstall.js
42 lines (42 loc) · 2.2 KB
/
postinstall.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
const printMessage = require("print-message");
const openCollective = ` ,*///*.
*((((((((((/((,
,((/(((((((((((((((/.
/(((((((((((((((((((((((,
.((((((((((((((((((((((((((((/
/(((((((((((((((((((((((((((((((((,
.(((((((((((((((((((((((((((((((((((((((.
*(((((((((((((((((((((((((((((((((((((((((((,
.((((((* /(((, (/ /((. ./* ./((((((/
/((((((* /(((, (/ ((. *(((*. ,(((* (((((((,
/((((((* .... (* /(((/,. .(* *(((((((,
.((((((* /(((, (/ // .. .(* //(((((((/(((
/((((((((((((((((##((((((((((((((((/ ,***,.
*((((((((((((((((((((((((((((((, ,*********,
.(((((((((((((((((((((((((/ ***************.
*((((((((((((((((((((* .*****((************,
.(((((((((((((((((( .*****/((//***/((*****,
*#(((((((((((((( .******((***/((*******,
.((((((((((((((. ,*****//**//////**,
,/(((((/, .*************.
,*******,`;
printMessage(
[openCollective + "\nWelcome to HISP TANZANIA's React UI library , a collection of reusable complex DHIS2 react UI components."
], {
border: false,
color: "green",
borderColor: "blue",
borderSymbol: "|",
sideSymbol: "|",
leftTopSymbol: "L",
leftBottomSymbol: "r",
rightBottomSymbol: "",
marginTop: 2,
marginBottom: 3,
paddingTop: 0,
paddingBottom: 0,
printFn: function(message) {
process.stdout.write(message);
}
}
);