1.0.3 • Published 7 years ago

@gigster/template-starter-gcp v1.0.3

Weekly downloads
6
License
UNLICENSED
Repository
-
Last release
7 years ago

TEMPLATE STARTER ONLY ON GCP

DO NOT USE THIS PACKAGE

RoleNameEmailSlack
Product OwnerFrances Haugenfrances@gigster.com@frances
MaintainerCasey Barbellocasey@gigster.com@casey

Overview

The template-starter initializes a basic template for you to use to customize your project. The base image is a simple splash page pulled from a public Google Container Registry (GCR). You may have to first run gcloud auth configure-docker to configure Docker to pull from GCR. Refer to Google's documentation for more help.

Usage

Add your project configurations to the gig.yaml file in the config directory. Then run gig generate to generate your project.

What's Generated

NameDescription
./config/gig.yamlUsed to configure your generated project.
./config/.gitignoreIgnores the .work directory that we temporarily use during generation.
./deployContains your generated deployment files.
DockerfileSimple Dockerfile that builds an example base image of a splash page.