项目作者: hadenlabs

项目描述 :
readme template
高级语言: Makefile
项目地址: git://github.com/hadenlabs/readme.git
创建时间: 2021-02-16T13:34:51Z
项目社区:https://github.com/hadenlabs/readme

开源协议:GNU Lesser General Public License v3.0

下载


Latest Release Lint pre-commit Conventional Commits KeepAChangelog

readme

readme

examples of readme generator using gomplate.

Requirements

This is a list of requirements that need to be installed previously to enjoy all the goodies of this configuration:

Usage

Example can be found in example folder.

  1. task setup

Examples

common

Copyrights

  1. # copyrights to this project
  2. copyrights:
  3. - name: 'hadenlabs'
  4. url: 'https://hadenlabs.com'
  5. year: '2018'

TO-DO

  1. todo:
  2. - name: 'chore: implement features'
  3. url: 'https://github.com/hadenlabs/readme/issues/4'

Features

  1. features:
  2. - 'information of feature'

screenshots

  1. screenshots:
  2. - name: 'name screentshot'
  3. url: 'url image'
  4. description: 'decription of screenshots'

introduction

  1. introduction: |-
  2. example of introduction

usage

  1. usage: |-
  2. example of usage

Quick Start

  1. quickstart: |-
  2. example of quick start

requirements

  1. requirements: |-
  2. This is a list of requirements that need to be installed previously to enjoy all the goodies of this configuration:
  3. * [gomplate](https://github.com/hairyhenderson/gomplate)

Installation

  1. installation:
  2. - 'path of file'

examples

  1. examples:
  2. - 'path of file'
  1. related:
  2. - name: 'name project related'
  3. url: 'project related'
  4. description: 'description of project related'

References

  1. references:
  2. - name: 'name project references'
  3. url: 'project references'
  4. description: 'description of project references'

contributors

  1. # Contributors to this project
  2. contributors:
  3. - name: 'Luis Mayta'
  4. github: 'luismayta'

Confluence

Page

  1. confluence:
  2. space: YAX
  3. parent: Front
  4. title: Front-Home

Images

  1. confluence:
  2. space: YAX
  3. parent: Front
  4. title: Front-Home
  5. images:
  6. - static/diagrams/architecture.png

GitHub

Repo

  1. # Github Repo to this project
  2. github_repo: devops-toolkit/readme

contributors

  1. # Contributors to this project
  2. contributors:
  3. - name: 'Luis Mayta'
  4. github: 'luismayta'

GitLab

Repo

  1. # GitLab Repo to this project
  2. gitlab_repo: devops-toolkit/readme

Custom Repo

  1. # GitLab Repo to this project
  2. gitlab_host: gitlab.domain.com
  3. gitlab_repo: devops-toolkit/readme

Check out these related projects.

Help

Got a question?

File a GitHub issue.

Contributing

See Contributing.

Module Versioning

This Module follows the principles of Semantic Versioning (SemVer).

Using the given version number of MAJOR.MINOR.PATCH, we apply the following constructs:

  1. Use the MAJOR version for incompatible changes.
  2. Use the MINOR version when adding functionality in a backwards compatible manner.
  3. Use the PATCH version when introducing backwards compatible bug fixes.

Backwards compatibility in 0.0.z and 0.y.z version

  • In the context of initial development, backwards compatibility in versions 0.0.z is not guaranteed when z is increased. (Initial development)
  • In the context of pre-release, backwards compatibility in versions 0.y.z is not guaranteed when y is increased. (Pre-release)

Copyright © 2018-2021 Hadenlabs

Trademarks

All other trademarks referenced herein are the property of their respective owners.

License

The code and styles are licensed under the LGPL-3.0 license See project license..

Don’t forget to 🌟 Star 🌟 the repo if you like readme

Your feedback is appreciated