|
7 | 7 | [](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer) |
8 | 8 | [](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer) |
9 | 9 | [](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer) |
10 | | -[](https://github.com/dev-asterix/yape-postgres-ext-vsc) |
| 10 | +[](https://github.com/dev-asterix/yape) |
11 | 11 |
|
12 | 12 | A comprehensive PostgreSQL database management extension featuring interactive SQL notebooks, real-time monitoring dashboard, AI-powered assistance, and advanced database operations—all within VS Code. |
13 | 13 |
|
14 | | -[📖 **Documentation**](https://dev-asterix.github.io/yape-postgres-ext-vsc/) • [🛒 **Marketplace**](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer) • [🤝 **Contributing**](#-contributing) |
| 14 | +[📖 **Documentation**](https://dev-asterix.github.io/yape/) • [🛒 **Marketplace**](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer) • [🤝 **Contributing**](#-contributing) |
15 | 15 |
|
16 | 16 | </div> |
17 | 17 |
|
@@ -51,7 +51,7 @@ Then: **PostgreSQL icon** → **Add Connection** → Enter details → **Connect |
51 | 51 | ## 🏗️ Project Structure |
52 | 52 |
|
53 | 53 | ``` |
54 | | -yape-postgres-ext-vsc/ |
| 54 | +yape/ |
55 | 55 | ├── src/ |
56 | 56 | │ ├── extension.ts # Extension entry point |
57 | 57 | │ ├── commands/ # Command implementations |
@@ -96,8 +96,8 @@ yape-postgres-ext-vsc/ |
96 | 96 |
|
97 | 97 | ```bash |
98 | 98 | # Clone the repository |
99 | | -git clone https://github.com/dev-asterix/yape-postgres-ext-vsc.git |
100 | | -cd yape-postgres-ext-vsc |
| 99 | +git clone https://github.com/dev-asterix/yape.git |
| 100 | +cd yape |
101 | 101 |
|
102 | 102 | # Install dependencies |
103 | 103 | npm install |
@@ -148,8 +148,8 @@ Tests are located in `src/test/unit/` using Mocha + Chai + Sinon. |
148 | 148 |
|
149 | 149 | ## 🤝 Contributing |
150 | 150 |
|
151 | | -- 🐛 [Report Bugs](https://github.com/dev-asterix/yape-postgres-ext-vsc/issues/new?template=bug_report.md) |
152 | | -- 💡 [Request Features](https://github.com/dev-asterix/yape-postgres-ext-vsc/issues/new?template=feature_request.md) |
| 151 | +- 🐛 [Report Bugs](https://github.com/dev-asterix/yape/issues/new?template=bug_report.md) |
| 152 | +- 💡 [Request Features](https://github.com/dev-asterix/yape/issues/new?template=feature_request.md) |
153 | 153 | - 🔧 Fork → Branch → PR |
154 | 154 |
|
155 | 155 | ### Commit Convention |
|
0 commit comments