| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
The .mdpp files in this directory are templates used in READMEs relating to Google Cloud samples for Java.
Install MarkdownPP, a preprocessor for Markdown files. (Requires Python and PIP)
pip install MarkdownPP
for readme in **/README.mdpp; do
(
cd $(dirname "$readme")
markdown-pp README.mdpp -o README.md
)
done
Java is a registered trademark of Oracle Corporation and/or its affiliates.
| Back | FazBrowse Home | New Git URL |