2017 © Pedro PelĆ”ez
 

project traces

A simple CLI tool to generate information about GitHub contributors of a repository

image

prestashop/traces

A simple CLI tool to generate information about GitHub contributors of a repository

  • Friday, November 3, 2017
  • by ps-jarvis
  • Repository
  • 0 Watchers
  • 1 Stars
  • 531 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 4 Versions
  • 13 % Grown

The README.md

Traces

Traces is a micro CLI application that is able to get all contributors and their contributions in "developer-readable" JSON format for a specified repository., (*1)

Installation

The authentication is a basic login/password for GitHub., (*2)

Note: If your Github login uses two-factor authentication, use an API token instead of password, (*3)

 $ composer require prestashop/traces

 # Check a repository
 $ ./vendor/bin/traces -u <login> -p <password> -r <repositoryOwner/repositoryName> --config="config.yml"

 # Check an organization
 $ ./vendor/bin/traces -u <login> -p <password> -o <repositoryOwner> --config="config.yml"

A file named contributors.js will be generated, you can manipulate it using any programming language., (*4)

Configuring

There are a number of settings that can be configured via the config file. Take a look at the config.dist.yml file for an example., (*5)

Option Description
exclusions List of excluded users.
keepExcludedUsers Set to true to flag excluded contributors instead of filtering them out from the output.
fieldsWhitelist List of fields to keep from the API result. Leave blank if you want to keep them all.
extractEmailDomain Set to true to extract the user's email domain and include it in the generated file

License

This project is released under the MIT license., (*6)

The Versions

03/11 2017

dev-master

9999999-dev

A simple CLI tool to generate information about GitHub contributors of a repository

  Sources   Download

MIT

The Requires

 

06/01 2017

v1.0.2

1.0.2.0

A simple CLI tool to generate information about GitHub contributors of a repository

  Sources   Download

MIT

The Requires

 

06/01 2017

v1.0.1

1.0.1.0

A simple CLI tool to generate information about GitHub contributors of a repository

  Sources   Download

MIT

The Requires

 

02/01 2017

v1.0

1.0.0.0

A simple CLI tool to generate information about GitHub contributors of a repository

  Sources   Download

MIT

The Requires