templates

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const Makefile = `` /* 967-byte string literal not displayed */

Makefile is the template for the service's Makefile.

View Source
const Readme = `# {{.Name}}
This service was generated with saas-y. Please modify a copy of this file, by adding to it:
- a proper description
- diagrams
- etc.

## Quick start
Run
` + "```" + `bash
# build docker image
make build

# run docker image locally
make run

# publish docker image to the container repository
# (default localhost:5000, see Makefile)
make publish

# deploy a new version of the service to k8s cluster
make deploy
` + "```" + `

## Documentation
TODO: add documentation (e.g. https://c4model.com/)

## Contributors
- John Doe
- Max Mustermann
- Ion Popescu
- Hong Gildong
- Fulano/Fulanita

## License
Please check LICENSE.md

## Changelog
Please check CHANGELOG.md
`

Readme is the template for the service's README.md file.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL