Badges for fpm and ford

I am enhancing the appearance of my readme files by adding badges from shields.io, similar to the examples shown below with corresponding links. However, I noticed that there are no badges available for fpm and ford. It would be wonderful if we could create badges for fpm and ford, complete with their logos, just like the Fortran shield.

GitHub Fortran fpm Version Release Documentation License Build

Which other badges do you use or find useful?

7 Likes

I’d be happy to link to a badge from Ford. The one you’ve suggested looks good to me

1 Like

Here are the above badge sources:

[![GitHub](https://img.shields.io/badge/GitHub-<USER>-blue.svg?style=social&logo=github)](https://github.com/<USER>)

[![Fortran](https://img.shields.io/badge/Fortran-734f96?logo=fortran&style=flat)](https://fortran-lang.org)

[![fpm](https://img.shields.io/badge/fpm-Fortran_package_manager-734f96)](https://fpm.fortran-lang.org)

[![Tag](https://img.shields.io/github/v/tag/<USER>/fortime?color=blue&logo=github&style=flat)](https://github.com/<USER>/<REPO>/releases)

[![Release](https://img.shields.io/github/release/<USER>/<REPO>.svg)](https://github.com/<USER>/<REPO>/releases/latest)

[![Documentation](https://img.shields.io/badge/ford-Documentation%20-blueviolet.svg)](https://<USER>.github.io/<REPO>/)

[![License](https://img.shields.io/github/license/<USER>/<REPO>?color=green)](https://github.com/<USER>/<REPO>/blob/main/LICENSE)

[![CI](https://github.com/<USER>/<REPO>/actions/workflows/<CI>.yml/badge.svg)](https://github.com/<USER>/<REPO>/actions/workflows/<CI>.yml)

Please replace <USER> and <REPO> with the appropriate GitHub username and repository name. Also, replace <CI> with the actual name of the Continuous Integration (CI) workflow YAML file.

1 Like