Project

kompar

0.0
No commit activity in last 3 years
No release in over 3 years
Compares files in two directories using SHA1.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
~> 0.7
~> 2.0
~> 10.1
~> 2.14
~> 0.8

Runtime

~> 0.8
 Project Readme

kompar

Recursive file comparison utility.

NPM Version Dependency Status Build Status

Usage

Install it globally to use it from the command line:

npm install -g kompar

Use it to compute the hash of files:

# hash one file
kompar /path/to/file

# hash multiple files
kompar /path/to/file1 /path/to/file2

# generate a JSON report
kompar --json /path/to/file1 /path/to/file2

Meta

  • Author: Simon Oulevay (Alpha Hydrae)
  • License: MIT (see LICENSE.txt)