Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakutis/directory-hash-js
https://github.com/jakutis/directory-hash-js
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakutis/directory-hash-js
- Owner: jakutis
- License: isc
- Created: 2015-09-14T17:07:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T14:07:23.000Z (almost 9 years ago)
- Last Synced: 2025-01-10T14:01:44.959Z (10 days 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 [![Build Status](https://travis-ci.org/jakutis/directory-hash-js.svg?branch=master)](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`.