Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

README.md

Outline

Markdown Templates for Google Cloud Platform Samples for Java

The .mdpp files in this directory are templates used in READMEs relating to Google Cloud samples for Java.

Before you begin

Install MarkdownPP, a preprocessor for Markdown files. (Requires Python and PIP)

pip install MarkdownPP

Rendering the templates

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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.