@gigster/template-starter
v2.1.0
Published
Role | Name | Email | Slack ---- | ---- | ----- | ----- *Product Owner* | Frances Haugen | [[email protected]](mailto:[email protected]) | [@frances](https://gigster.slack.com/messages/@frances) | *Maintainer* | Casey Barbello | [[email protected]](ma
Downloads
54
Readme
Marketplace Template
Role | Name | Email | Slack ---- | ---- | ----- | ----- Product Owner | Frances Haugen | [email protected] | @frances | Maintainer | Casey Barbello | [email protected] | @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
Name | Description
---- | -----
./config/gig.yaml | Used to configure your generated project.
./config/.gitignore | Ignores the .work directory that we temporarily use during generation.
./deploy | Contains your generated deployment files.
Dockerfile| Simple Dockerfile that builds an example base image of a splash page.
