Spaces:
No application file
No application file
SEO: Update description
Browse files
README.md
CHANGED
|
@@ -1,23 +1,15 @@
|
|
| 1 |
---
|
| 2 |
title: "API Documentation Generator VS Code Extension"
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
tags:
|
| 12 |
-
- code
|
| 13 |
-
- software-engineering
|
| 14 |
-
- development
|
| 15 |
-
- programming
|
| 16 |
-
- software
|
| 17 |
-
- vscode
|
| 18 |
-
- extension
|
| 19 |
-
- documentation
|
| 20 |
---
|
|
|
|
| 21 |
# API Documentation Generator VS Code Extension
|
| 22 |
|
| 23 |
You're spending hours manually writing API documentation while your codebase evolves faster than your docs can keep up. The API Documentation Generator VS Code Extension transforms your code into production-ready API documentation in seconds, eliminating the documentation lag that frustrates your entire team.
|
|
@@ -69,28 +61,11 @@ None. Install, annotate your code with standard comments, and generate. It works
|
|
| 69 |
|
| 70 |
**Stop manually writing API docs—get the API Documentation Generator VS Code Extension today and ship documentation as fast as you ship code.**
|
| 71 |
|
| 72 |
-
##
|
| 73 |
-
|
| 74 |
-
1. Click **Use in Spaces** above to run the demo directly
|
| 75 |
-
2. Or clone the repository and run locally:
|
| 76 |
-
|
| 77 |
-
```bash
|
| 78 |
-
git clone https://huggingface.co/spaces/WealthFromAI/api-documentation-generator-vs-code-extension-5937
|
| 79 |
-
cd api-documentation-generator-vs-code-extension-5937
|
| 80 |
-
pip install -r requirements.txt
|
| 81 |
-
python app.py
|
| 82 |
-
```
|
| 83 |
-
|
| 84 |
-
## 💰 Pricing
|
| 85 |
|
| 86 |
- **Demo**: Free on Hugging Face Spaces
|
| 87 |
- **Full Source Code**: $14.99
|
| 88 |
-
- Available on [Gumroad](https://gumroad.com) and [Whop](https://whop.com)
|
| 89 |
-
|
| 90 |
-
## 📄 License
|
| 91 |
-
|
| 92 |
-
MIT License — free to use, modify, and distribute.
|
| 93 |
|
| 94 |
---
|
| 95 |
|
| 96 |
-
*Built with [FORGE-X](https://github.com/WealthFromAI)
|
|
|
|
| 1 |
---
|
| 2 |
title: "API Documentation Generator VS Code Extension"
|
| 3 |
+
emoji: "🤖"
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
+
|
| 13 |
# API Documentation Generator VS Code Extension
|
| 14 |
|
| 15 |
You're spending hours manually writing API documentation while your codebase evolves faster than your docs can keep up. The API Documentation Generator VS Code Extension transforms your code into production-ready API documentation in seconds, eliminating the documentation lag that frustrates your entire team.
|
|
|
|
| 61 |
|
| 62 |
**Stop manually writing API docs—get the API Documentation Generator VS Code Extension today and ship documentation as fast as you ship code.**
|
| 63 |
|
| 64 |
+
## Pricing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
- **Demo**: Free on Hugging Face Spaces
|
| 67 |
- **Full Source Code**: $14.99
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
---
|
| 70 |
|
| 71 |
+
*Built with [FORGE-X](https://github.com/WealthFromAI)*
|