subhadip-a063 1.0.3 → 1.0.4

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/README.md +70 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,70 @@
1
+ # 🚀 Subhadip's CLI Portfolio
2
+
3
+ > An interactive command-line portfolio showcasing projects, skills, and professional experience.
4
+
5
+
6
+ ## ⚡ Quick Start
7
+
8
+ ```bash
9
+ npx subhadip-a063
10
+ ```
11
+
12
+ No installation required! Run the command above to explore the portfolio directly in your terminal.
13
+
14
+ ---
15
+
16
+ ## ✨ Features
17
+
18
+ - **Interactive CLI Experience** – Navigate through portfolio sections with simple commands
19
+ - **Project Showcase** – View projects with live demos and GitHub repositories
20
+ - **Professional Profile** – Access skills, experience, hackathons, and education details
21
+ - **Styled Terminal UI** – Beautiful, centered layouts with gradient text and bordered boxes
22
+ - **Direct Links** – Click-through links to portfolio, GitHub, and LinkedIn profiles
23
+
24
+ ---
25
+
26
+ ## 🎯 Available Commands
27
+
28
+ Once launched, use these commands to explore:
29
+
30
+ | Command | Description |
31
+ |---------|-------------|
32
+ | `projects` | View all projects with live and GitHub links |
33
+ | `skills` | Browse technical skills and expertise |
34
+ | `experience` | See professional experience and roles |
35
+ | `hackathons` | Check hackathon achievements and wins |
36
+ | `education` | View educational background |
37
+ | `help` | Display all available commands |
38
+ | `home` | Return to the main screen |
39
+ | `exit` | Close the portfolio |
40
+
41
+ ---
42
+
43
+ ## 🔗 Connect
44
+
45
+ - **Portfolio**: [a063.xyz](https://a063.xyz)
46
+ - **GitHub**: [@Subhadipjana95](https://github.com/Subhadipjana95)
47
+ - **LinkedIn**: [subhadipjana095](https://linkedin.com/in/subhadipjana095)
48
+
49
+ ---
50
+
51
+ ## 🛠️ Tech Stack
52
+
53
+ Built with Node.js and powered by:
54
+ - `chalk` – Terminal string styling
55
+ - `boxen` – Bordered boxes
56
+ - `cfonts` – ASCII art text
57
+ - `gradient-string` – Gradient colors
58
+ - `terminal-link` – Clickable links
59
+
60
+ ---
61
+
62
+ ## 📝 License
63
+
64
+ MIT © [Subhadip Jana](https://github.com/Subhadipjana95)
65
+
66
+ ---
67
+
68
+ <div align="center">
69
+ <sub>Made with ❤️ by Subhadip Jana</sub>
70
+ </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "subhadip-a063",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "CLI intro for Subhadip Jana",
5
5
  "main": "index.js",
6
6
  "bin": {