0.0.10 • Published 4 months ago

vike-contributors v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

npm version

Sorted list of all contributors to all Vike-related repositories.

Usage

npm install vike-contributors
import { 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
0.0.10

4 months ago

0.0.9

4 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.1

5 months ago