devnithin 1.0.3 → 1.1.0
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/data.json +169 -0
- package/index.js +112 -24
- package/package.json +10 -3
package/data.json
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "KS Nithin",
|
|
3
|
+
"title": "MERN Stack Developer",
|
|
4
|
+
"contact": {
|
|
5
|
+
"email": "nithin30302@gmail.com",
|
|
6
|
+
"linkedin": "https://linkedin.com/in/k-s-nithin",
|
|
7
|
+
"github": "https://github.com/Nithin0620"
|
|
8
|
+
},
|
|
9
|
+
"about": "Aspiring MERN Stack Developer passionate about building dynamic, scalable, and user-friendly applications. Experienced in backend and frontend development, real-time applications, and modern web technologies. Enjoys solving problems, collaborating in teams, and working on impactful projects.",
|
|
10
|
+
"education": [
|
|
11
|
+
{
|
|
12
|
+
"institution": "Maharaja Surajmal Institute of Technology",
|
|
13
|
+
"degree": "Bachelor of Technology in Information Technology",
|
|
14
|
+
"duration": "Aug 2024 – July 2028",
|
|
15
|
+
"cgpa": "9 CGPA",
|
|
16
|
+
"location": "New Delhi, Delhi",
|
|
17
|
+
"coursework": [
|
|
18
|
+
"Data Structures",
|
|
19
|
+
"Analysis of Algorithms",
|
|
20
|
+
"Web Development",
|
|
21
|
+
"Database Management",
|
|
22
|
+
"Blockchain",
|
|
23
|
+
"Software Methodology",
|
|
24
|
+
"Object-Oriented Programming",
|
|
25
|
+
"System Design"
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"experience": [
|
|
30
|
+
{
|
|
31
|
+
"role": "Backend Developer",
|
|
32
|
+
"company": "EduSahayak – Code for Bharat Hackathon",
|
|
33
|
+
"duration": "July 2025",
|
|
34
|
+
"location": "New Delhi, India",
|
|
35
|
+
"details": [
|
|
36
|
+
"Developed REST APIs in Express.js for chatbot, YouTube fetch, PDF summaries, and flashcards.",
|
|
37
|
+
"Used MongoDB for session storage, message logs, and user-specific data persistence.",
|
|
38
|
+
"Collaborated with frontend team to serve live chatbot data and educational resources."
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"role": "Hackathon Participant",
|
|
43
|
+
"company": "Various National and College-level Hackathons",
|
|
44
|
+
"duration": "2024 – 2025",
|
|
45
|
+
"location": "New Delhi, India",
|
|
46
|
+
"details": [
|
|
47
|
+
"Participated in 5+ hackathons, including Code for Bharat, Code Kshetra, and institute-level tech fests.",
|
|
48
|
+
"Worked on real-world challenges in domains such as education, productivity, and AI using MERN stack and blockchain tools.",
|
|
49
|
+
"Handled backend integration, idea pitching, and live demo presentations under tight deadlines."
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"role": "Deputy Head, Web Development Department",
|
|
54
|
+
"company": "Microsoft Student Chapter – MSIT",
|
|
55
|
+
"duration": "July 2025 – Present",
|
|
56
|
+
"location": "New Delhi, Delhi",
|
|
57
|
+
"details": [
|
|
58
|
+
"Coordinate with web team to develop and maintain event pages and chapter websites.",
|
|
59
|
+
"Mentor junior developers, assist with debugging, and guide career planning.",
|
|
60
|
+
"Plan tasks collaboratively with the core team and track progress."
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"projects": [
|
|
65
|
+
{
|
|
66
|
+
"title": "Bloggr App",
|
|
67
|
+
"technologies": [
|
|
68
|
+
"MERN Stack",
|
|
69
|
+
"Zustand",
|
|
70
|
+
"JWT",
|
|
71
|
+
"Cloudinary",
|
|
72
|
+
"Tailwind CSS",
|
|
73
|
+
"Socket.io"
|
|
74
|
+
],
|
|
75
|
+
"duration": "July 2025",
|
|
76
|
+
"description": [
|
|
77
|
+
"Full-stack blog app with CRUD, likes, comments, filters, and profiles.",
|
|
78
|
+
"Real-time chat and push notifications using Socket.io.",
|
|
79
|
+
"REST APIs connected to MongoDB for user and post data."
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"title": "StudyNotion Platform",
|
|
84
|
+
"technologies": [
|
|
85
|
+
"MERN Stack",
|
|
86
|
+
"Razorpay",
|
|
87
|
+
"JWT",
|
|
88
|
+
"Cloudinary"
|
|
89
|
+
],
|
|
90
|
+
"duration": "June 2025",
|
|
91
|
+
"description": [
|
|
92
|
+
"EdTech platform for instructors to create/manage courses and students to purchase learning content.",
|
|
93
|
+
"Secure login, video uploads, progress tracking, and course previews.",
|
|
94
|
+
"Payment integration via Razorpay."
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"title": "Chatter App",
|
|
99
|
+
"technologies": [
|
|
100
|
+
"Node.js",
|
|
101
|
+
"Express",
|
|
102
|
+
"Socket.io",
|
|
103
|
+
"MongoDB",
|
|
104
|
+
"React"
|
|
105
|
+
],
|
|
106
|
+
"duration": "July 2025",
|
|
107
|
+
"description": [
|
|
108
|
+
"Real-time chat app with public rooms and instant messaging.",
|
|
109
|
+
"User authentication and persistent chat storage via MongoDB.",
|
|
110
|
+
"Responsive UI built with React."
|
|
111
|
+
]
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"title": "Foodie Snake",
|
|
115
|
+
"technologies": [
|
|
116
|
+
"HTML",
|
|
117
|
+
"CSS",
|
|
118
|
+
"JavaScript"
|
|
119
|
+
],
|
|
120
|
+
"year": 2024,
|
|
121
|
+
"description": [
|
|
122
|
+
"Browser-based snake game with a food collection mechanic."
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"title": "EduSahayak",
|
|
127
|
+
"technologies": [
|
|
128
|
+
"MERN Stack",
|
|
129
|
+
"AI"
|
|
130
|
+
],
|
|
131
|
+
"year": 2025,
|
|
132
|
+
"description": [
|
|
133
|
+
"AI-powered educational assistant for students."
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
"skills": {
|
|
138
|
+
"languages": [
|
|
139
|
+
"C++",
|
|
140
|
+
"C",
|
|
141
|
+
"Solidity",
|
|
142
|
+
"JavaScript",
|
|
143
|
+
"TypeScript",
|
|
144
|
+
"HTML",
|
|
145
|
+
"CSS"
|
|
146
|
+
],
|
|
147
|
+
"developer_tools": [
|
|
148
|
+
"VS Code",
|
|
149
|
+
"Git",
|
|
150
|
+
"GitHub",
|
|
151
|
+
"GitHub Copilot",
|
|
152
|
+
"GitPod",
|
|
153
|
+
"Postman",
|
|
154
|
+
"Remix",
|
|
155
|
+
"Render"
|
|
156
|
+
],
|
|
157
|
+
"technologies_frameworks": [
|
|
158
|
+
"React.js",
|
|
159
|
+
"Next.js",
|
|
160
|
+
"Node.js",
|
|
161
|
+
"Express.js",
|
|
162
|
+
"MongoDB",
|
|
163
|
+
"Tailwind CSS",
|
|
164
|
+
"Solidity",
|
|
165
|
+
"Ethers.js",
|
|
166
|
+
"Hardhat"
|
|
167
|
+
]
|
|
168
|
+
}
|
|
169
|
+
}
|
package/index.js
CHANGED
|
@@ -1,37 +1,125 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
"use strict";
|
|
2
3
|
|
|
3
|
-
import chalk from "chalk";
|
|
4
4
|
import boxen from "boxen";
|
|
5
|
+
import chalk from "chalk";
|
|
6
|
+
import clear from "clear";
|
|
7
|
+
|
|
8
|
+
/* -------------------- SETUP -------------------- */
|
|
9
|
+
|
|
10
|
+
clear();
|
|
11
|
+
|
|
12
|
+
/* -------------------- DATA -------------------- */
|
|
5
13
|
|
|
6
14
|
const data = {
|
|
7
15
|
name: "KS Nithin",
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
16
|
+
title: "MERN Stack Developer",
|
|
17
|
+
|
|
18
|
+
contact: {
|
|
19
|
+
email: "nithin30302@gmail.com",
|
|
20
|
+
linkedin: "https://linkedin.com/in/k-s-nithin",
|
|
21
|
+
github: "https://github.com/Nithin0620",
|
|
22
|
+
portfolio: "https://devnithin.xyz"
|
|
23
|
+
},
|
|
24
|
+
|
|
25
|
+
about:
|
|
26
|
+
"Aspiring MERN Stack Developer passionate about building dynamic, scalable, and user-friendly applications. Experienced in backend and frontend development, real-time applications, and modern web technologies.",
|
|
27
|
+
|
|
28
|
+
education: {
|
|
29
|
+
institution: "Maharaja Surajmal Institute of Technology",
|
|
30
|
+
degree: "B.Tech in Information Technology",
|
|
31
|
+
duration: "2024 – 2028",
|
|
32
|
+
cgpa: "9 CGPA",
|
|
33
|
+
location: "New Delhi"
|
|
34
|
+
},
|
|
35
|
+
|
|
36
|
+
skills: {
|
|
37
|
+
languages: ["C++", "C", "JavaScript", "TypeScript", "Solidity","Java"],
|
|
38
|
+
frameworks: ["React", "Next.js", "Node.js", "Express", "MongoDB","PostgreSQL"],
|
|
39
|
+
tools: ["Git", "GitHub", "Postman", "VS Code", "Render","Remix IDE"],
|
|
40
|
+
cloudAndAutomation: ["AWS", "Docker", "Jenkins", "GitHub Actions","Kubernetes","Ansible","Terraform"]
|
|
41
|
+
},
|
|
42
|
+
|
|
43
|
+
projects: [
|
|
44
|
+
"Bloggr App (MERN, Socket.io)",
|
|
45
|
+
"StudyNotion (EdTech Platform)",
|
|
46
|
+
"Chatter App (Real-time Chat)",
|
|
47
|
+
"EduSahayak (AI-powered Education)",
|
|
48
|
+
]
|
|
14
49
|
};
|
|
15
50
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
51
|
+
/* -------------------- HELPERS -------------------- */
|
|
52
|
+
|
|
53
|
+
const label = (text) => chalk.bold.white(text.padEnd(12));
|
|
54
|
+
const section = (text) => chalk.bold.green(text);
|
|
55
|
+
|
|
56
|
+
const wrap = (text, width = 60) => {
|
|
57
|
+
const words = text.split(" ");
|
|
58
|
+
const lines = [];
|
|
59
|
+
let line = "";
|
|
60
|
+
|
|
61
|
+
for (const word of words) {
|
|
62
|
+
if ((line + word).length > width) {
|
|
63
|
+
lines.push(line.trim());
|
|
64
|
+
line = word + " ";
|
|
65
|
+
} else {
|
|
66
|
+
line += word + " ";
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
if (line) lines.push(line.trim());
|
|
70
|
+
return lines;
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
/* -------------------- CARD -------------------- */
|
|
74
|
+
|
|
75
|
+
const cardContent = [
|
|
76
|
+
chalk.bold.green(data.name),
|
|
77
|
+
chalk.white(data.title),
|
|
78
|
+
"",
|
|
79
|
+
|
|
80
|
+
section("Contact"),
|
|
81
|
+
`${label("Email:")} ${chalk.green(data.contact.email)}`,
|
|
82
|
+
`${label("GitHub:")} ${chalk.gray(data.contact.github)}`,
|
|
83
|
+
`${label("LinkedIn:")} ${chalk.blue(data.contact.linkedin)}`,
|
|
84
|
+
`${label("Portfolio:")} ${chalk.cyan(data.contact.portfolio)}`,
|
|
85
|
+
"",
|
|
86
|
+
|
|
87
|
+
section("Education"),
|
|
88
|
+
`${data.education.degree}`,
|
|
89
|
+
`${data.education.institution}`,
|
|
90
|
+
`${data.education.location} • ${data.education.duration}`,
|
|
91
|
+
`CGPA: ${data.education.cgpa}`,
|
|
92
|
+
"",
|
|
93
|
+
|
|
94
|
+
section("Skills"),
|
|
95
|
+
`${label("Languages:")} ${data.skills.languages.join(", ")}`,
|
|
96
|
+
`${label("Frameworks:")} ${data.skills.frameworks.join(", ")}`,
|
|
97
|
+
`${label("Tools:")} ${data.skills.tools.join(", ")}`,
|
|
98
|
+
`${label("Cloud & Automation:")} ${data.skills.cloudAndAutomation.join(", ")}`,
|
|
99
|
+
"",
|
|
100
|
+
|
|
101
|
+
section("Projects"),
|
|
102
|
+
...data.projects.map((p) => `• ${p}`),
|
|
103
|
+
"",
|
|
19
104
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
105
|
+
section("About"),
|
|
106
|
+
...wrap(data.about).map((line) => chalk.italic(line)),
|
|
107
|
+
"",
|
|
23
108
|
|
|
24
|
-
${chalk.
|
|
25
|
-
|
|
109
|
+
`${label("Card:")} ${chalk.red("npx")} ${chalk.white("devnithin")}`
|
|
110
|
+
].join("\n");
|
|
26
111
|
|
|
27
|
-
|
|
28
|
-
`;
|
|
112
|
+
/* -------------------- OUTPUT -------------------- */
|
|
29
113
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
114
|
+
console.log(
|
|
115
|
+
boxen(cardContent, {
|
|
116
|
+
padding: 1,
|
|
117
|
+
margin: 1,
|
|
118
|
+
borderStyle: "single",
|
|
119
|
+
borderColor: "green"
|
|
120
|
+
})
|
|
121
|
+
);
|
|
36
122
|
|
|
37
|
-
console.log(
|
|
123
|
+
console.log(
|
|
124
|
+
chalk.dim("Tip: cmd/ctrl + click works on supported terminals\n")
|
|
125
|
+
);
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devnithin",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "This is a package that describes nithin work and his portfolio ",
|
|
5
|
-
"main": "index.js",
|
|
6
5
|
"type": "module",
|
|
7
6
|
"bin": {
|
|
8
7
|
"devnithin": "index.js"
|
|
@@ -22,6 +21,14 @@
|
|
|
22
21
|
"homepage": "https://github.com/Nithin0620/nithin_npm_package#readme",
|
|
23
22
|
"dependencies": {
|
|
24
23
|
"boxen": "^8.0.1",
|
|
25
|
-
"chalk": "^5.6.2"
|
|
24
|
+
"chalk": "^5.6.2",
|
|
25
|
+
"clear": "^0.1.0",
|
|
26
|
+
"cli-spinners": "^3.4.0",
|
|
27
|
+
"fs": "^0.0.1-security",
|
|
28
|
+
"inquirer": "^13.2.2",
|
|
29
|
+
"open": "^11.0.0",
|
|
30
|
+
"ora": "^9.3.0",
|
|
31
|
+
"path": "^0.12.7",
|
|
32
|
+
"url": "^0.11.4"
|
|
26
33
|
}
|
|
27
34
|
}
|