readme template
examples of readme generator using gomplate.
This is a list of requirements that need to be installed previously to enjoy all the goodies of this configuration:
Example can be found in example folder.
task setup
# copyrights to this project
copyrights:
- name: 'hadenlabs'
url: 'https://hadenlabs.com'
year: '2018'
todo:
- name: 'chore: implement features'
url: 'https://github.com/hadenlabs/readme/issues/4'
features:
- 'information of feature'
screenshots:
- name: 'name screentshot'
url: 'url image'
description: 'decription of screenshots'
introduction: |-
example of introduction
usage: |-
example of usage
quickstart: |-
example of quick start
requirements: |-
This is a list of requirements that need to be installed previously to enjoy all the goodies of this configuration:
* [gomplate](https://github.com/hairyhenderson/gomplate)
installation:
- 'path of file'
examples:
- 'path of file'
related:
- name: 'name project related'
url: 'project related'
description: 'description of project related'
references:
- name: 'name project references'
url: 'project references'
description: 'description of project references'
# Contributors to this project
contributors:
- name: 'Luis Mayta'
github: 'luismayta'
confluence:
space: YAX
parent: Front
title: Front-Home
confluence:
space: YAX
parent: Front
title: Front-Home
images:
- static/diagrams/architecture.png
# Github Repo to this project
github_repo: devops-toolkit/readme
# Contributors to this project
contributors:
- name: 'Luis Mayta'
github: 'luismayta'
# GitLab Repo to this project
gitlab_repo: devops-toolkit/readme
# GitLab Repo to this project
gitlab_host: gitlab.domain.com
gitlab_repo: devops-toolkit/readme
Check out these related projects.
Got a question?
File a GitHub issue.
See Contributing.
This Module follows the principles of Semantic Versioning (SemVer).
Using the given version number of MAJOR.MINOR.PATCH
, we apply the following constructs:
MAJOR
version for incompatible changes.MINOR
version when adding functionality in a backwards compatible manner.PATCH
version when introducing backwards compatible bug fixes.0.0.z
and 0.y.z
version0.0.z
is not guaranteed when z
is increased. (Initial development)0.y.z
is not guaranteed when y
is increased. (Pre-release)Copyright © 2018-2021 Hadenlabs
All other trademarks referenced herein are the property of their respective owners.
The code and styles are licensed under the LGPL-3.0 license See project license..