-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
executable file
·38 lines (30 loc) · 1.57 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/usr/bin/env node
// console.log(`
// Hello there! Thank you for npxing me 😎
// 👋 I'm Arvind, a passionate developer who loves turning coffee into code. ☕💻
// 🚀 Currently, I'm exploring the tech universe, building cool projects and contributing to open source.
// 🌟 Check out some of my work:
// - GitHub: https://github.com/ArvindParekh
// - Linktree: https://linktr.ee/arvindparekh
// - Projects: https://arvindparekh-projects.netlify.app
// Let's connect and chat about coding, tech, or anything under the sun! 🌞
// DM me on Twitter here: https://twitter.com/ArvindParekh_21!
// Happy coding! 🚀
// `);
console.log(`
╔═════════════════════════════════╗
║ Hello there ║
║ Thank you for npxing me! ║
╚═════════════════════════════════╝
👋 I'm Arvind, a passionate developer who loves turning coffee into code. ☕💻
🚀 Currently, I'm exploring the tech universe, building cool projects and contributing to open source.
📚 Learn more about me:
GitHub: https://github.com/ArvindParekh
Twitter: https://github.com/ArvindParekh_21
LinkedIn: https://www.linkedin.com/in/arvindparekh/
Linktree: https://linktr.ee/arvindparekh
Projects: https://arvindparekh-projects.netlify.app
Let's connect and chat about coding, tech, or anything under the sun! 🌞
DM me on Twitter here: https://twitter.com/ArvindParekh_21!
Happy coding! 🚀
`);