vike-contributors
v0.0.10
Published
<!-- WARNING: keep links absolute in this file so they work on NPM too -->
Readme
Sorted list of all contributors to all Vike-related repositories.
Usage
npm install vike-contributorsimport { contributors } from 'vike-contributors'
console.log(contributors)[
{
login: "brillout",
avatarUrl: "https://avatars.githubusercontent.com/u/1005638?v=4",
contributions: 8448
},
// ...
]Updating the list of contributors and publishing
git clone https://github.com/AurelienLourot/vike-contributors
cd vike-contributors/
npm install
npm run fetch
git commit -am "update contributors"
npm run release