Skip to content

Templates

Valter Silva edited this page Oct 13, 2020 · 1 revision

readme.yaml

Possible keys and values that can be used at clencli/readme.yaml.

logo

Allows you to customize the project

logo:
  theme: <string> # Fetch a random photo from Unsplash
  url: <URL or local path>

shields:

Badges from shields.io. Search for your project at shields.io, copy & paste the results in this format:

shields:
  badges:
  - description:
    image: 
    url:

include:

List of files you want to include into README.md. No parsing is performed, only accepts plain text files.

include:
  - < URL or local file >

Clone this wiki locally