Level / awesome

An open list of awesome Level modules and resources.
MIT License
289 stars 22 forks source link

please add a 'last commit date' column #53

Closed bionicles closed 3 years ago

bionicles commented 3 years ago

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 3 years ago

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".

vweevers commented 3 years ago

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

...

bionicles commented 3 years ago

that looks beautiful @vweevers