Shields seems quite powerful and from this tutorial I have a sense I could just design a custom badge. Because my download count for my app is coming from multiple websites I don't think I can get a proper estimate so I want to hardcode it in.
How can I make a badge that looks like the download count badge from shields.io but allows me to enter any number I want?
(I know this is a dumb usage considering the point of shields, but all the rest of my projects use shields.io badges keeping track of sourceforge download count so to maintain consistency I want this one to have the same badge.)
My final solution was actually thanks to a helpful tutorial on github.
Shields lets you do multiple colors in one badge:
Putting this together in a string you can put any text you want for subject and status and then just change the color to make a download badge:
(Note: for multiword solutions you will need
%20to represent a space)