1.0.1 • Published 10 years ago

dirtohash v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

dirToHash Build Status

Simply get a hash from a file tree.

Getting Started

Install the module with: npm install dirtohash

var dirtohash = require('dirtohash');
dirtohash.awesome(); // "awesome"

Install with cli command

$ npm install -g dirtohash
$ dirtohash --help
$ dirtohash --version

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Copyright (c) 2014 Stanley Gu
Licensed under the MIT license.