-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Takashi Matsuo
authored
Jun 6, 2022
1 parent
4d2c5cf
commit 87551a3
Showing
1 changed file
with
2 additions
and
11 deletions.
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,15 +1,6 @@ | ||
![Diagram of relationship between Autosynth, Synthtool, and Github](./images/flow.png) | ||
|
||
# SynthTool (for client libraries) | ||
|
||
This repository contains two, related tools for generating source code for | ||
Google Cloud client libraries. | ||
|
||
## Synthtool | ||
|
||
Synthtool is a library of common templates and code that makes generating | ||
source code easier. With synthtool, the source code for an API can be generated | ||
in 10 lines of code or less. For an example, see | ||
[googleapis/java-asset/synth.py](https://github.com/googleapis/java-asset/blob/master/synth.py). | ||
source code easier. | ||
|
||
More details about Synthtool can be found in its [README](./synthtool/README.md). | ||
See the inner [README](./synthtool/README.md) for more details. |