@jutge.org/toolkit 4.4.37 → 4.4.39
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.
- package/README.md +4 -3
- package/dist/index.js +357 -354
- package/docs/reference.md +560 -0
- package/package.json +1 -1
- package/toolkit/index.ts +3 -1
- package/toolkit/metrics.ts +20 -0
package/README.md
CHANGED
|
@@ -112,12 +112,13 @@ For a complete walkthrough, see the [Getting Started Guide](docs/getting-started
|
|
|
112
112
|
- **[Problem Anatomy](docs/problem-anatomy.md)** - Understanding problem structure and files
|
|
113
113
|
- **[Quiz Anatomy](docs/quiz-anatomy.md)** - Understanding quiz problems and question types
|
|
114
114
|
- **[JutgeAI Features](docs/jutge-ai.md)** - Using AI to generate content
|
|
115
|
+
- **[Command Reference](docs/reference.md)** - Complete reference of all commands and options
|
|
115
116
|
|
|
116
117
|
### Installation Guides
|
|
117
118
|
|
|
118
|
-
- **[Linux Installation](docs/linux
|
|
119
|
-
- **[macOS Installation](docs/macos
|
|
120
|
-
- **[Windows Installation](docs/windows
|
|
119
|
+
- **[Linux Installation](docs/install-linux.md)** - Installation steps for Linux
|
|
120
|
+
- **[macOS Installation](docs/install-macos.md)** - Installation steps for macOS
|
|
121
|
+
- **[Windows Installation](docs/install-windows.md)** - Installation steps for Windows
|
|
121
122
|
|
|
122
123
|
## Common Commands
|
|
123
124
|
|