januda-cli 1.0.3 → 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 +17 -14
- package/package.json +1 -20
- package/shani.png +0 -0
- package/shani1.png +0 -0
package/index.js
CHANGED
|
@@ -1,21 +1,24 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
console.log(`
|
|
4
|
+
=================================
|
|
5
|
+
👨💻 Januda Janandith
|
|
4
6
|
|
|
5
|
-
|
|
7
|
+
Software Engineer | IoT Developer
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
Skills
|
|
10
|
+
• React.js
|
|
11
|
+
• Node.js
|
|
12
|
+
• IoT / ESP32
|
|
13
|
+
• DevOps
|
|
9
14
|
|
|
10
|
-
|
|
11
|
-
|
|
15
|
+
Projects
|
|
16
|
+
• Neura Health Prediction
|
|
17
|
+
• EcoGreen360 Greenhouse management system
|
|
18
|
+
• UrbanFlow
|
|
12
19
|
|
|
13
|
-
|
|
20
|
+
Website: https://kjanuda.netlify.app/
|
|
21
|
+
GitHub: https://github.com/kjanuda
|
|
14
22
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
████████████████████████████████
|
|
19
|
-
`;
|
|
20
|
-
|
|
21
|
-
console.log(info);
|
|
23
|
+
=================================
|
|
24
|
+
`);
|
package/package.json
CHANGED
|
@@ -1,20 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "januda-cli",
|
|
3
|
-
"version": "1.0.3",
|
|
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
|