sous-chefs / meta

Discussion about Sous Chefs
Creative Commons Attribution 4.0 International
3 stars 7 forks source link

Standardize readme badges across all repos #99

Open JohnRoesler opened 5 years ago

JohnRoesler commented 5 years ago

Badges each readme should have:

An example of the badges: image

An example of the readme: here

josephholsten commented 5 years ago

I really prefer the boring look of shields.io, and an example is in postgresql:

[![Cookbook Version](https://img.shields.io/cookbook/v/postgresql.svg)](https://supermarket.chef.io/cookbooks/postgresql)
[![Build Status](https://img.shields.io/circleci/project/github/sous-chefs/postgresql/master.svg)](https://circleci.com/gh/sous-chefs/postgresql)
[![pullreminders](https://pullreminders.com/badge.svg)](https://pullreminders.com?ref=badge)
josephholsten commented 5 years ago

how to find all the repos that don't have this:

That should list all README.md files that do contain the circleci badge.

There's probably a way to get the inverse: all files which to not contain a regex, but it's not a basic grep -v