Quick start example redirect json to files.

This commit is contained in:
go-jet 2019-07-20 18:53:12 +02:00
parent 1ae76d5efd
commit f841f6f8f0
2 changed files with 58 additions and 22 deletions

View file

@ -0,0 +1,10 @@
# Quick start example
This package contains sample usage for Jet framework.
Jet generated files of interest are in ./gen folder.
quick-start.go contains code explained at [README.md](../../README.md#quick-start),
with difference of redirecting json output to files(dest.json and dest2.json) rather then to a
standard output.