Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
locustbaby committed Nov 11, 2023
1 parent c8c79ef commit db2e3ca
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# serializeGen

As a yaml template tool
helm is a good way to orginaze application, but when we need multi-region, `serializeGen`` can simple generate values.yaml with template and values.
## As a yaml template tool

helm is a good way to orginaze application, but when we need multi-region, `serializeGen` can simple generate values.yaml with template and values.

```
go run main.go -template example/temp -output example/output -values example/values.yaml
```

Todo:
json template tool
yaml <-> json

> json template tool
> yaml <-> json

0 comments on commit db2e3ca

Please sign in to comment.