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.
Files changed (2) hide show
  1. package/index.js +15 -11
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,17 +1,21 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const { exec } = require("child_process");
4
- const path = require("path");
3
+ const info = `
5
4
 
6
- const img = path.join(__dirname, "shani1.png");
5
+ 💖 Special Message
7
6
 
8
- console.log(`
9
- ████████████████████████████████
10
- Shani Gamage
11
- ████████████████████████████████
7
+ Shani,
8
+ I Love You ❤️
9
+
10
+ You are the most beautiful
11
+ part of my life.
12
12
 
13
- 💖 A Promise For Shani
14
- Opening photo...
15
- `);
13
+ you are always in my heart.
14
+
15
+ Forever Yours,
16
+ Januda
17
+
18
+ ████████████████████████████████
19
+ `;
16
20
 
17
- exec(`start "" "${img}"`);
21
+ console.log(info);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "januda-cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Januda terminal portfolio",
5
5
  "main": "index.js",
6
6
  "bin": {