2017 © Pedro PelĆ”ez
 

project traces

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

image

loveoss/traces

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

  • Friday, November 3, 2017
  • by mickaelandrieu
  • Repository
  • 0 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Traces

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

Installation

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

 $ 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., (*3)

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

I prefer to export in XML/CSV/Whatever

This is not provided out of box right now. For CSV support take a look at Json to CSV website, or to csvkit., (*5)

For XML, you may use SimpleXMLElement. I'm open to contributions that allow to pass --output=xml|csv|json if the code remains simple., (*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

 

03/11 2017

v1.0.3

1.0.3.0

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