Level/awesome

please add a 'last commit date' column

Closed this issue · 3 comments

it would be awesome to quickly see the date of the last commit on the project, and perhaps the number of stars, so we could quickly sort out the stale repos from the fresh ones!

thanks for making this!

ad-m commented

We can use https://shields.io/category/activity to add badge about "GitHub commit activity" and https://shields.io/category/social to add badge about "GitHub Repo stars".

Personally I wouldn't use last commit as a metric, because it discounts stable repo's, as well as old yet interesting ideas that can be forked at will. That said, folks can interpret the displayed data according to their own preferences and needs.

A badge is a good idea. But we're running out of space. We could replace the tables with a section per module, e.g.:


Stores

Modules that implement abstract-leveldown as storage for levelup.

leveldown

abstract-leveldown dependencies last commit contributors

LevelDB store.

memdown

...

that looks beautiful @vweevers