File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1414# AUTHOR: Update these values!
1515NAME=" sample-name" # The name of the folder to create (for example "map-simple").
1616REGION_TAG=" maps_sample_name" # The region tag to use (for example "maps_map_simple").
17- TITLE=" Descriptive text for sample ." # The title of the example.
17+ TITLE=" A short description ." # The title of the example.
1818API_LOADER=" api_loader_dynamic" # The type of loader to use (api_loader_dynamic or api_loader_default).
1919
2020# Path to the source folder for the repo archive; substitute with your own path.
@@ -85,8 +85,9 @@ touch "${OUTPUT_DIR}/${NAME}/README.md"
8585cat > " ${OUTPUT_DIR} /${NAME} /README.md" << EOF
8686# Google Maps JavaScript Sample
8787
88- This sample is generated from @googlemaps/js-samples located at
89- https://github.com/googlemaps-samples/js-api-samples.
88+ ## ${NAME}
89+
90+ ${TITLE}
9091
9192## Setup
9293
@@ -132,4 +133,4 @@ git add "${OUTPUT_DIR}/${NAME}/index.html"
132133git add " ${OUTPUT_DIR} /${NAME} /style.css"
133134git add " ${OUTPUT_DIR} /${NAME} /package.json"
134135git add " ${OUTPUT_DIR} /${NAME} /tsconfig.json"
135- git add " ${OUTPUT_DIR} /${NAME} /README.md"
136+ git add " ${OUTPUT_DIR} /${NAME} /README.md"
You can’t perform that action at this time.
0 commit comments