0.0.10 • Published 2 years ago

vike-contributors v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago