Skip to content

Commit

Permalink
update readme with details about libraries doing the heavy lifting
Browse files Browse the repository at this point in the history
  • Loading branch information
karuppiah7890 committed Aug 23, 2020
1 parent f84aa45 commit c20b894
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ So that you don't have to write values.schema.json by hand from scratch for your

[Helm](https://helm.sh) plugin to generate [json schema for values yaml](https://helm.sh/docs/topics/charts/#schema-files)

Nothing fancy about the code, all the heavy lifting is done by:

* [go-jsonschema-generator](https://github.com/karuppiah7890/go-jsonschema-generator) - for generating JSON schema. It's a fork of [this](https://github.com/mcuadros/go-jsonschema-generator). Thanks to [@mcuadros](https://github.com/mcuadros)
* [go-yaml](https://github.com/go-yaml/yaml/) - for YAML parsing
* [cobra](https://github.com/spf13/cobra) - for CLI stuff
* [afero](https://github.com/spf13/afero) - for file reading
* [The Go stdlib](https://golang.org/pkg/) - for everything else

## Install

The plugin works with both helm v2 and v3 versions
Expand Down

0 comments on commit c20b894

Please sign in to comment.