project-compass 3.6.2 → 3.6.3

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 +10 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,16 @@
4
4
 
5
5
  Project Compass is a high-performance, TUI (Terminal User Interface) workspace orchestrator built with Ink and React. It transforms your terminal into a command center for managing complex, multi-stack environments with a focus on speed, safety, and visual clarity.
6
6
 
7
+ ## 🛠️ Installation
8
+
9
+ ```bash
10
+ npm install -g project-compass
11
+ ```
12
+
13
+ ## 🔗 Links
14
+ - **NPM**: [npmjs.com/package/project-compass](https://www.npmjs.com/package/project-compass)
15
+ - **GitHub**: [github.com/CrimsonDevil333333/project-compass](https://github.com/CrimsonDevil333333/project-compass)
16
+
7
17
  ![Navigator View](https://raw.githubusercontent.com/CrimsonDevil333333/project-compass/master/assets/screenshots/navigator.jpg)
8
18
 
9
19
  ## 🌟 Premium Features
@@ -62,12 +72,6 @@ Project Compass is a high-performance, TUI (Terminal User Interface) workspace o
62
72
 
63
73
  ![Exit Confirmation](https://raw.githubusercontent.com/CrimsonDevil333333/project-compass/master/assets/screenshots/exit-confirm.jpg)
64
74
 
65
- ## 🛠️ Installation
66
-
67
- ```bash
68
- npm install -g project-compass
69
- ```
70
-
71
75
  ## 🚀 Vision
72
76
  Project Compass is designed to be the "Last Terminal Tool" you ever need to open. It bridges the gap between raw CLI commands and full IDEs, giving you a professional, reactive cockpit for all your development work.
73
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-compass",
3
- "version": "3.6.2",
3
+ "version": "3.6.3",
4
4
  "description": "Futuristic project navigator and runner for Node, Python, Rust, and Go",
5
5
  "main": "src/cli.js",
6
6
  "bin": {