go-duck-cli 1.0.2 → 1.0.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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # GO-DUCK CLI
2
2
 
3
3
  <p align="center">
4
- <img src="../MARKETING/logo.png" alt="Go-Duck Logo" width="200"/>
4
+ <img src="https://goduck.theheavenscode.com/logo.png" alt="Go-Duck Logo" width="200"/>
5
5
  </p>
6
6
 
7
7
  <h1 align="center">GO-DUCK: The Evolutionary Architecture Factory</h1>
@@ -26,7 +26,7 @@ In the legendary Silicon Valley of Code, a nomadic Gopher—lightning-fast and k
26
26
  To fuel their grand design, they sought the Legendary Bottle of Gin. This magical brew wasn't just for hydration; it transformed their web routing into a crystalline, high-performance flow. Routes became fast, middleware became transparent, and the developer experience became as refreshing as a cold tonic on a summer's day. This gave **GO-DUCK** its distinctive, lightweight spirit.
27
27
 
28
28
  <p align="center">
29
- <img src="../MARKETING/1.png" alt="Go-Duck Feature 1" width="400"/>
29
+ <img src="https://goduck.theheavenscode.com/gin_bottle.png" alt="Go-Duck Feature 1" width="400"/>
30
30
  </p>
31
31
 
32
32
  ### The Armor of the Divine: Mark of Kratos
@@ -34,7 +34,7 @@ To fuel their grand design, they sought the Legendary Bottle of Gin. This magica
34
34
  But speed without strength is a house made of cards. In the digital forge of the underworld, they recovered the Mark of Kratos. By stamping this sigil onto their internal services, they achieved gRPC industrial resilience. Every service became armored with strict Protocol Buffer contracts, ensuring that no matter how hard the system scaled, it would never break under the divine weight of technical debt.
35
35
 
36
36
  <p align="center">
37
- <img src="../MARKETING/2.png" alt="Go-Duck Feature 2" width="400"/>
37
+ <img src="https://goduck.theheavenscode.com/kratos_mark.png" alt="Go-Duck Feature 2" width="400"/>
38
38
  </p>
39
39
 
40
40
  ### The GDL Genesis
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "go-duck-cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "go function generator",
5
5
  "main": "index.js",
6
6
  "type": "module",