januda-cli 1.0.2 → 1.0.8

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 CHANGED
@@ -1,17 +1,24 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const { exec } = require("child_process");
4
- const path = require("path");
3
+ console.log(`
4
+ =================================
5
+ 👨‍💻 Januda Janandith
5
6
 
6
- const img = path.join(__dirname, "shani1.png");
7
+ Software Engineer | IoT Developer
7
8
 
8
- console.log(`
9
- ████████████████████████████████
10
- Shani Gamage
11
- ████████████████████████████████
9
+ Skills
10
+ • React.js
11
+ Node.js
12
+ • IoT / ESP32
13
+ • DevOps
14
+
15
+ Projects
16
+ • Neura Health Prediction
17
+ • EcoGreen360 Greenhouse management system
18
+ • UrbanFlow
12
19
 
13
- 💖 A Promise For Shani
14
- Opening photo...
15
- `);
20
+ Website: https://kjanuda.netlify.app/
21
+ GitHub: https://github.com/kjanuda
16
22
 
17
- exec(`start "" "${img}"`);
23
+ =================================
24
+ `);
package/package.json CHANGED
@@ -1,20 +1 @@
1
- {
2
- "name": "januda-cli",
3
- "version": "1.0.2",
4
- "description": "Januda terminal portfolio",
5
- "main": "index.js",
6
- "bin": {
7
- "januda": "./index.js"
8
- },
9
- "scripts": {
10
- "test": "echo \"Error: no test specified\" && exit 1"
11
- },
12
- "keywords": [
13
- "portfolio",
14
- "cli",
15
- "januda"
16
- ],
17
- "author": "Januda Janandith",
18
- "license": "ISC",
19
- "type": "commonjs"
20
- }
1
+ {"name":"januda-cli","version":"1.0.8","description":"Januda personal command line tool","main":"index.js","bin":{"januda":"./index.js"},"scripts":{"test":"echo No tests"},"keywords":["januda","cli"],"author":"Januda Janandith","license":"ISC","type":"commonjs"}
package/shani.png DELETED
Binary file
package/shani1.png DELETED
Binary file