Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mipengine/mip-processor-md5
MIP Processor For File MD5
https://github.com/mipengine/mip-processor-md5
Last synced: 3 days ago
JSON representation
MIP Processor For File MD5
- Host: GitHub
- URL: https://github.com/mipengine/mip-processor-md5
- Owner: mipengine
- Created: 2017-04-27T12:33:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T13:36:19.000Z (over 7 years ago)
- Last Synced: 2024-01-29T05:02:33.406Z (10 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mip-processor-md5
===========MIP Processor For FILE MD5
### usage
```
var Processor = require('mip-processor-md5');
Processor.md5({
baseUrl: '',
domain: '',
exts: ['.jpg'...],
paths: [
'./src/',
...
],
outputDir: ''
});
```