diff --git a/README.md b/README.md index f33bc887..1605c6ba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Node GH -[![All Contributors](https://img.shields.io/badge/all_contributors-79-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-85-orange.svg?style=flat-square)](#contributors-) [![NPM version](http://img.shields.io/npm/v/gh.svg?style=flat)](http://npmjs.org/gh) [![Build Status](http://img.shields.io/travis/node-gh/gh/master.svg?style=flat)](https://travis-ci.org/node-gh/gh) [![Known Vulnerabilities](https://snyk.io/test/github/node-gh/gh/badge.svg)](https://snyk.io/test/github/node-gh/gh) diff --git a/count.js b/count.js new file mode 100644 index 00000000..b1062229 --- /dev/null +++ b/count.js @@ -0,0 +1,5 @@ +const fs = require('fs') + +const users = JSON.parse(fs.readFileSync('.all-contributorsrc').toString()) + +console.log(users.contributors.length)