Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeremie-chauvel/hash-files

Create a basic hash of a directory recursively
https://github.com/jeremie-chauvel/hash-files

hashing recusion

Last synced: 5 days ago
JSON representation

Create a basic hash of a directory recursively

Awesome Lists containing this project

README

        

# Hash files utility

Create a basic hash of a directory recursively, ignoring `.git` and `node_modules`.

## Install

- Node.js v10+ required
- install with `npm install -g @jeremiec/hash-files` (`yarn add -g @jeremiec/hash-files`)

## Usage

- run it: `hashFiles `

![Usage example](./usage.gif)