Skip to content

intersystems-community/github-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-analytics

Repository activities monitoring in DeepSee

Installation

To install it

  • Download repository files(eg by cloning)
  • Create namespace(eg GitHubNS)
  • And import all files in crated namespace

Usage

1.At first launch execute in namespace (that you created for this repository classes, eg GitHubNS) line below

write ##class(GitHub.Task).LoadAll(organizationName, login, password)

Where

It need login and password for getting data of views and clones of repositories(where you can push)

2.Every next launch execute next line

write ##class(GitHub.Task).UpdateAll(organizationName, login, password)

Releases

No releases published

Packages

No packages published