|
13 | 13 | <a href="LICENSE"><img src="https://img.shields.io/badge/license-CC--BY--NC--ND--4.0-green" alt="License: CC BY-NC-ND 4.0" /></a> |
14 | 14 | <a href="https://github.com/TMHSDigital/Developer-Tools-Directory/stargazers"><img src="https://img.shields.io/github/stars/TMHSDigital/Developer-Tools-Directory?style=flat" alt="GitHub stars" /></a> |
15 | 15 | <a href="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/validate.yml"><img src="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/validate.yml/badge.svg" alt="Validate" /></a> |
| 16 | + <a href="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/pages.yml"><img src="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/pages.yml/badge.svg" alt="Pages" /></a> |
| 17 | + <a href="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/codeql.yml"><img src="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/codeql.yml/badge.svg" alt="CodeQL" /></a> |
| 18 | + <a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.12+-3776ab?logo=python&logoColor=white" alt="Python 3.12+" /></a> |
16 | 19 | <a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen" alt="PRs Welcome" /></a> |
17 | 20 | </p> |
18 | 21 |
|
@@ -45,15 +48,15 @@ flowchart LR |
45 | 48 |
|
46 | 49 | | Tool | Type | Skills | Rules | MCP Tools | Links | |
47 | 50 | |:-----|:-----|-------:|------:|------:|:------| |
48 | | -| **CFX Developer Tools** | Plugin | 9 | 6 | 6 | [Repo](https://github.com/TMHSDigital/CFX-Developer-Tools) • [Docs](https://tmhsdigital.github.io/CFX-Developer-Tools/) | |
49 | | -| **Unity Developer Tools** | Plugin | 18 | 8 | 4 | [Repo](https://github.com/TMHSDigital/Unity-Developer-Tools) | |
50 | | -| **Docker Developer Tools** | Plugin | 17 | 10 | 150 | [Repo](https://github.com/TMHSDigital/Docker-Developer-Tools) • [Docs](https://tmhsdigital.github.io/Docker-Developer-Tools/) | |
51 | | -| **Home Lab Developer Tools** | Plugin | 22 | 11 | 50 | [Repo](https://github.com/TMHSDigital/Home-Lab-Developer-Tools) • [Docs](https://tmhsdigital.github.io/Home-Lab-Developer-Tools/) | |
52 | | -| **Mobile App Developer Tools** | Plugin | 43 | 12 | 36 | [Repo](https://github.com/TMHSDigital/Mobile-App-Developer-Tools) | |
53 | | -| **Plaid Developer Tools** | Plugin | 17 | 7 | 30 | [Repo](https://github.com/TMHSDigital/Plaid-Developer-Tools) | |
54 | | -| **Monday Cursor Plugin** | Plugin | 21 | 8 | 45 | [Repo](https://github.com/TMHSDigital/Monday-Cursor-Plugin) • [Docs](https://tmhsdigital.github.io/Monday-Cursor-Plugin/) | |
55 | | -| **Steam Cursor Plugin** | Plugin | 30 | 9 | 25 | [Repo](https://github.com/TMHSDigital/Steam-Cursor-Plugin) • [Docs](https://tmhsdigital.github.io/Steam-Cursor-Plugin/) | |
56 | | -| **Steam MCP Server** | MCP Server | -- | -- | 25 | [Repo](https://github.com/TMHSDigital/steam-mcp) • [npm](https://www.npmjs.com/package/@tmhs/steam-mcp) | |
| 51 | +| **CFX Developer Tools** | Plugin | 9 | 6 | 6 | [](https://github.com/TMHSDigital/CFX-Developer-Tools) [](https://tmhsdigital.github.io/CFX-Developer-Tools/) | |
| 52 | +| **Unity Developer Tools** | Plugin | 18 | 8 | 4 | [](https://github.com/TMHSDigital/Unity-Developer-Tools) | |
| 53 | +| **Docker Developer Tools** | Plugin | 17 | 10 | 150 | [](https://github.com/TMHSDigital/Docker-Developer-Tools) [](https://tmhsdigital.github.io/Docker-Developer-Tools/) | |
| 54 | +| **Home Lab Developer Tools** | Plugin | 22 | 11 | 50 | [](https://github.com/TMHSDigital/Home-Lab-Developer-Tools) [](https://tmhsdigital.github.io/Home-Lab-Developer-Tools/) | |
| 55 | +| **Mobile App Developer Tools** | Plugin | 43 | 12 | 36 | [](https://github.com/TMHSDigital/Mobile-App-Developer-Tools) | |
| 56 | +| **Plaid Developer Tools** | Plugin | 17 | 7 | 30 | [](https://github.com/TMHSDigital/Plaid-Developer-Tools) | |
| 57 | +| **Monday Cursor Plugin** | Plugin | 21 | 8 | 45 | [](https://github.com/TMHSDigital/Monday-Cursor-Plugin) [](https://tmhsdigital.github.io/Monday-Cursor-Plugin/) | |
| 58 | +| **Steam Cursor Plugin** | Plugin | 30 | 9 | 25 | [](https://github.com/TMHSDigital/Steam-Cursor-Plugin) [](https://tmhsdigital.github.io/Steam-Cursor-Plugin/) | |
| 59 | +| **Steam MCP Server** | MCP Server | -- | -- | 25 | [](https://github.com/TMHSDigital/steam-mcp) [](https://www.npmjs.com/package/@tmhs/steam-mcp) | |
57 | 60 |
|
58 | 61 | <details> |
59 | 62 | <summary>Tool descriptions</summary> |
@@ -106,7 +109,13 @@ Documented conventions for building new developer tools. All docs in [`standards |
106 | 109 |
|
107 | 110 | Generate a fully standards-compliant repository from the command line. |
108 | 111 |
|
109 | | -**Prerequisites:** `pip install Jinja2` |
| 112 | +**Prerequisites:** |
| 113 | + |
| 114 | +<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.12+-3776ab?logo=python&logoColor=white" alt="Python 3.12+" /></a> <a href="https://pypi.org/project/Jinja2/"><img src="https://img.shields.io/badge/Jinja2-3.1+-b41717?logo=jinja&logoColor=white" alt="Jinja2 3.1+" /></a> |
| 115 | + |
| 116 | +```bash |
| 117 | +pip install Jinja2 |
| 118 | +``` |
110 | 119 |
|
111 | 120 | ```bash |
112 | 121 | python scaffold/create-tool.py \ |
|
0 commit comments