-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsuccesspig.js
26 lines (23 loc) · 1.14 KB
/
successpig.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
'use strict';
const chalk = require('chalk');
console.log(chalk.green('SlipUp installation complete! :) Ready to analyze and criticize your pork tenderloin!'));
console.log(chalk.red('AS A REMINDER YOUR ENV MUST LEAVE DATABASE_URL AVAILABLE FOR SLIPUP'));
console.log(chalk.green('******************************************************************************************'));
console.log(chalk.green(`
)\\ /|
.-/'-|_/ |
__ __,-' ( / \\/
.-'" "'-..__,-'"" -o. -._
/ '/
*--._ ./ _.--
| _.-'
: .-/
\\ )_ /
\\ _) / \\(
. /-.___.---'( / \\\\
( / \\\\ \\( L\\
\\( L\\ \\\\
\\\\ \\\\
L\\ L\\
`));
process.exit();