januda-cli 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +15 -11
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
const
|
|
4
|
-
const path = require("path");
|
|
3
|
+
const info = `
|
|
5
4
|
|
|
6
|
-
|
|
5
|
+
💖 Special Message
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
Shani,
|
|
8
|
+
I Love You ❤️
|
|
9
|
+
|
|
10
|
+
You are the most beautiful
|
|
11
|
+
part of my life.
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
you are always in my heart.
|
|
14
|
+
|
|
15
|
+
Forever Yours,
|
|
16
|
+
Januda
|
|
17
|
+
|
|
18
|
+
████████████████████████████████
|
|
19
|
+
`;
|
|
16
20
|
|
|
17
|
-
|
|
21
|
+
console.log(info);
|