@jutge.org/toolkit 4.4.28 → 4.4.31
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 -0
- package/dist/index.js +277 -274
- package/docs/problem-anatomy.md +1 -1
- package/package.json +1 -1
- package/toolkit/index.ts +2 -0
- package/toolkit/remove.ts +18 -0
package/README.md
CHANGED
|
@@ -146,6 +146,9 @@ jtk stage # Stage problem for Jutge.org
|
|
|
146
146
|
# Publishing
|
|
147
147
|
jtk upload # Upload problem to Jutge.org
|
|
148
148
|
|
|
149
|
+
# Removing
|
|
150
|
+
jtk remove # Remove problem from Jutge.org
|
|
151
|
+
|
|
149
152
|
# Testing
|
|
150
153
|
jtk submit -l en candidate.py # Submit a candidate solution to Jutge.org
|
|
151
154
|
|