UNPKG

@themoin/diff-calculator-cli

Version:

CLI for aggregating diff between two revisions, which can ignore deletions, whitespaces and comments

26 lines 533 B
{ "name": "@themoin/diff-calculator-cli", "version": "0.2.4", "repository": { "type": "git", "url": "https://github.com/themoin/diff-calculator.git" }, "description": "CLI for aggregating diff between two revisions, which can ignore deletions, whitespaces and comments", "bin": { "calcdiff": "./index.js" }, "files": [ "index.js" ], "keywords": [ "diff", "comment", "whitespace", "deletion", "ignore", "calculator", "git" ], "author": "haenah", "license": "MIT" }