0.0.10 • Published 1 year ago

vike-contributors v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.1

2 years ago