1.1.1 • Published 1 year ago

screr v1.1.1

Weekly downloads
13
License
ISC
Repository
github
Last release
1 year ago

Screr

Create contribution reports for your git repository.

Sample report

Install

npm install screr

Usage

// Load the package
const screr = require('screr')


// Specify values
let repoPath = '<path-to-repo>'
let branch = 'master'
let format = 'html'
let saveLoc = '<folder-to-save-in>'
let viewLogs = true


// Create the report
screr.createReport(repoPath, branch, format, saveLoc, viewLogs)

// Use defaults(branch='master', format='json', saveLoc='report', viewLogs=false)
// screr.createReport(repoPath)

Requirments

Please make sure you have git installed on your computer and accessible from the shell.

Reports

Screr will create reports for measuring contributions by each contributor.
It supports creating reports in JSON and HTML.
For the given repository and branch it goes through each file and counts the number of lines of commit by each contributor.
The score is formatted and presented for view(HTML) or for machine consumption(JSON).

Samples

ProjectReportDate
awesomehtmlSep 19 2019
BitcoinhtmlSep 19 2019
bootstraphtmlSep 19 2019
D3htmlSep 19 2019
freeCodeCamphtmlSep 19 2019
jQueryhtmlSep 19 2019
public-apishtmlSep 19 2019
ReacthtmlSep 19 2019
scikit-learnhtmlSep 19 2019
three.jshtmlSep 19 2019
1.1.1

1 year ago

1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago