@jutge.org/toolkit 4.2.30 → 4.2.33
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 +3 -3
- package/dist/index.js +464 -663
- package/docs/install-linux.md +0 -27
- package/docs/install-macos.md +0 -27
- package/docs/install-windows.md +0 -27
- package/docs/jutge-ai.md +21 -33
- package/package.json +4 -9
- package/toolkit/ask.ts +1 -1
- package/toolkit/generate.ts +31 -22
- package/toolkit/index.ts +0 -2
- package/toolkit/ai.ts +0 -56
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@ A powerful command-line toolkit for creating and managing programming problems o
|
|
|
17
17
|
|
|
18
18
|
The toolkit requires [Bun](https://bun.sh) as a JavaScript runtime. Follow the installation guides for your platform:
|
|
19
19
|
|
|
20
|
-
- **[Linux Installation Guide](docs/linux
|
|
21
|
-
- **[macOS Installation Guide](docs/macos
|
|
22
|
-
- **[Windows Installation Guide](docs/windows
|
|
20
|
+
- **[Linux Installation Guide](docs/install-linux.md)**
|
|
21
|
+
- **[macOS Installation Guide](docs/install-macos.md)**
|
|
22
|
+
- **[Windows Installation Guide](docs/install-windows.md)**
|
|
23
23
|
|
|
24
24
|
### Quick Install
|
|
25
25
|
|