-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: anqurvanillapy <[email protected]>
- Loading branch information
1 parent
d29f321
commit a36ee12
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
# yasch | ||
|
||
Some YAML utilities, including: | ||
Some JSON Schema utilities for YAML, including: | ||
|
||
* Converts any Go structs into a JSON Schema file | ||
* A command line tool `yamlchk` for validating YAML files with a local JSON Schema file | ||
|
||
You could also register those generated JSON Schema files into `.idea/jsonSchemas.xml` for autocompletion! See | ||
also [Using schemas from JSON Schema Store]. | ||
|
||
[Using schemas from JSON Schema Store]: https://www.jetbrains.com/help/idea/json.html#ws_json_using_schemas | ||
|
||
## License | ||
|
||
MIT |