directory-hash

Do stuff with file system directory trees most often involving hashes - integrity checking, merging, etc.

Usage no npm install needed!

<script type="module">
  import directoryHash from 'https://cdn.skypack.dev/directory-hash';
</script>

README

directory-hash Build Status

Do stuff with file system directory trees, most often involving hashes - integrity checking, merging, etc.

Overview

TODO

Installation

npm install -g directory-hash

API

TODO

CLI

directory-hash --help

Development

  1. Run npm test on each change in src or test directories.

Releasing

  1. Bump version in CHANGELOG.markdown and package.json files.
  2. Run npm publish.
  3. Run git tag v1.2.3.