@jutge.org/toolkit 4.2.12 → 4.2.13
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 +1 -1
- package/dist/index.js +311 -311
- package/package.json +1 -1
- package/toolkit/compilers.ts +1 -1
- package/toolkit/doctor.ts +1 -0
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ A powerful command-line toolkit for creating and managing programming problems o
|
|
|
9
9
|
- 🔧 Compile and test solutions in multiple programming languages
|
|
10
10
|
- 📄 Generate PDF statements and other formats automatically
|
|
11
11
|
- ✅ Verify solutions against test cases
|
|
12
|
-
-
|
|
12
|
+
- 🎬 Stage problems matching Jutge.org specifications
|
|
13
13
|
- ☁️ Upload and update problems directly to Jutge.org
|
|
14
14
|
- ✨ Beautiful terminal interface with color output and help
|
|
15
15
|
|