https://github.com/jakutis/directory-hash-js
https://github.com/jakutis/directory-hash-js
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakutis/directory-hash-js
- Owner: jakutis
- License: isc
- Created: 2015-09-14T17:07:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T14:07:23.000Z (over 9 years ago)
- Last Synced: 2025-02-22T18:48:30.750Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
- License: LICENSE
Awesome Lists containing this project
README
# directory-hash [](https://travis-ci.org/jakutis/directory-hash-js)
Do stuff with file system directory trees, most often involving hashes - integrity checking, merging, etc.
- [Overview](#overview)
- [Installation](#installation)
- [API](#api)
- [CLI](#cli)
- [Development](#development)## 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`.