Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aem/first-timers-in-org
https://github.com/aem/first-timers-in-org
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aem/first-timers-in-org
- Owner: aem
- Created: 2017-03-12T09:23:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T18:31:16.000Z (almost 8 years ago)
- Last Synced: 2024-10-04T11:21:40.239Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Find all first-time contributors in your GitHub Organization
This is a simple command-line utility that I'm using to get a list of all first-time contributors to a given GitHub organization in the current calendar month. It's limited in both configuration options and functionality (no configuration options, only one feature) and is not listen on NPM because it was just for my personal use. If you'd like to see a new feature or if you'd like to see this published to NPM I'd be happy to oblige.
Usage:
```sh
git clone [email protected]:aem/first-timers-in-org
cd first-timers-in-org
npm link
first-timers-in-org my-org
```Example:
```
$ first-timers-in-org webpackSearching for first-time contributions to webpack organization
Found a total of 42 contributors this month.
Filtering down to first-time contributors. Due to GitHub's API rate-limiting,
this will take about 2 minutes.=====================================
First time contributors for webpack:
=====================================
/* ommitting usernames */
```