We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5fbf9 commit e56fd1dCopy full SHA for e56fd1d
README.md
@@ -1,2 +1,21 @@
1
# TSValidatorCLI
2
+
3
A small commandline tool to validate thunderstore packages locally before upload
4
5
+## Usage
6
7
+Use `--help` to see all command line switches. Default use is `-f <foldername>` to validate all files contained in the package.
8
9
+## Current Validations
10
11
+- Manifest.json is present
12
+ - And valid JSON
13
+ - And Contains all required keys
14
+ - [Warn] And does not contain the `installers` key (unused)
15
16
+- Icon.png is present
17
+ - And contains a valid IHDR header
18
+ - And has the correct width&height
19
20
+- [Warn] License is present
21
+- [Warn] Changelog.md is present
0 commit comments