himanshuchandola 1.0.1 → 1.0.2

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 +16 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,23 +1,34 @@
1
1
  # himanshuchandola-cli
2
2
 
3
- Interactive CLI portfolio for Himanshu Chandola - A modern terminal experience built with TypeScript.
3
+ Interactive CLI portfolio for Himanshu Chandola - A delightful terminal experience built with TypeScript.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/himanshuchandola.svg?style=flat-square)](https://www.npmjs.com/package/himanshuchandola)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)
7
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-blue.svg?style=flat-square)](https://www.typescriptlang.org/)
8
8
 
9
- ## 🚀 Quick Start
9
+ <br>
10
+
11
+ <div align="center">
12
+ <img src="./assets/demo_cli.gif" alt="himanshuchandola-cli demo" width="600" />
13
+ </div>
10
14
 
11
- Run the CLI directly without installation:
15
+ <br>
16
+
17
+ ## 🚀 Quick Start
12
18
 
19
+ ### Run without installing
13
20
  ```bash
14
21
  npx himanshuchandola
15
22
  ```
16
23
 
17
- Or install globally:
24
+ ### Install globally
25
+ ```bash
26
+ npm i -g himanshuchandola
27
+ ```
28
+
29
+ The global binary is exposed as `himanshuchandola` and now you can run as a command:
18
30
 
19
31
  ```bash
20
- npm install -g himanshuchandola
21
32
  himanshuchandola
22
33
  ```
23
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "himanshuchandola",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Interactive CLI portfolio for Himanshu Chandola - A delightful terminal experience",
5
5
  "type": "module",
6
6
  "bin": {