Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 914 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 914 Bytes

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)