Skip to content
/ ospaf-go Public

Golang libs and programs of github data collecting/analysing.

Notifications You must be signed in to change notification settings

ospaf/ospaf-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ospaf-go

This is a light weight open source analysing project based on the github API, written in Golang.

  • github: github API implemented in Golang
  • lib: the wrapper of the useful functions
  • programs: independent programs used to analyse org/developer/project based on github APIs.

##programes Every program should have:

  • README.md: explain what the program do and how to use it.
  • Makefile: with all session to compile all the sub-programs

To make it easier to integrated with QA automation, it is recommended sub-programs should following these nameing rules:

  • collect.go: collect data from github
  • analyse.go: analyse data collected by collect.go
  • report.go: report --html and report --plain

About

Golang libs and programs of github data collecting/analysing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published