Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeremie-chauvel/hash-files
- Owner: Jeremie-Chauvel
- License: isc
- Created: 2020-09-20T14:45:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T15:07:27.000Z (about 4 years ago)
- Last Synced: 2024-09-23T11:46:19.217Z (about 2 months ago)
- Topics: hashing, recusion
- Language: JavaScript
- Homepage:
- Size: 204 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)