UNPKG

@git-temporal/git-diff-scraper

Version:

Scrapes git and returns a diff json containing 2 specified versions of a file

20 lines (12 loc) 432 B
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> - [`git-diff-scraper`](#git-diff-scraper) - [Usage](#usage) <!-- END doctoc generated TOC please keep comment here to allow auto update --> # `git-diff-scraper` > TODO: description ## Usage ``` const gitDiffScraper = require('git-diff-scraper'); // TODO: DEMONSTRATE API ```