@jutge.org/toolkit 4.4.27 → 4.4.29
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 -0
- package/dist/index.js +354 -353
- package/docs/problem-anatomy.md +14 -4
- package/package.json +1 -1
- package/toolkit/lint.ts +40 -28
- package/docs/login.md +0 -0
package/README.md
CHANGED
|
@@ -137,6 +137,7 @@ jtk generate solutions python cpp # Generate solutions in other languages
|
|
|
137
137
|
jtk make # Build all problem elements
|
|
138
138
|
jtk make pdf # Generate PDF statements only
|
|
139
139
|
jtk verify <program> # Test a solution
|
|
140
|
+
jtk lint # Lint (analyze for errors and warnings) the problem
|
|
140
141
|
jtk clean # Clean temporary files
|
|
141
142
|
|
|
142
143
|
# Staging
|