Skip to content

Commit 845d4c4

Browse files
authored
Merge pull request #12 from fabrix-app/v1.1
[feat] happy template
2 parents 8edfddb + 09e4b6f commit 845d4c4

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

lib/Templates.ts

+17-8
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,24 @@ export const Templates = {
5656
},
5757

5858
sane: `Sanity checks keep us happy`,
59-
59+
// tslint:disable:max-line-length
6060
initialized: `
61-
62-
,---. ,--. ,--.
63-
/ .-' ,--,--.| |-. ,--.--.\`--',--. ,--.
64-
| \`-,' ,-. || .-. '| .--',--. \\ \`' /
65-
| .-'\\ '-' || \`-' || | | | / /. \\
66-
\`--' \`--\`--' \`---' \`--' \`--''--' '--'
67-
61+
62+
███████ ██
63+
█████ █ ████ ████
64+
████ █████ ██
65+
██████ ████ ████ ████ ███ █████ ███ ████ ████ ████
66+
████ █████ ████ ████ ████ ███████████████ █████ ██
67+
█████ ████ ████ ████ ███ ████ █ ████ ████ ██
68+
████ █████ █████ ████ ███ ████ ████ ██████
69+
█████ ████ ████ █████ ███ ████ ████ ████
70+
████ ████ █████ ████ ████ █████ ████ ██████
71+
████ ████████████████████████ ████ ████████ ██████
72+
████ ███ ███ ████ █████ ████ ███
73+
██ ████
74+
██ ████
75+
██████
76+
6877
`
6978
}
7079
}

0 commit comments

Comments
 (0)