Skip to content
/ traces Public
forked from PrestaShop/traces

Micro CLI application to get all GitHub contributors for a specified repository

License

Notifications You must be signed in to change notification settings

coffrep/traces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traces

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

Installation

The authentication is a basic login/password for GitHub.

 $ composer require prestashop/traces
 
 $ ./vendor/bin/traces <repositoryOwner/repositoryName> <login> <password> --config="config.yml"

You can configure a list of excluded contributors, take a look to config.dist.yml file.

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

About

Micro CLI application to get all GitHub contributors for a specified repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.7%
  • Makefile 0.3%