Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxleiko/pkg-hash-cli
Generates an MD5 hash based on local source code using package.json "main" as entry and hashing every local require sources using Acorn and a proper AST
https://github.com/maxleiko/pkg-hash-cli
Last synced: 7 days ago
JSON representation
Generates an MD5 hash based on local source code using package.json "main" as entry and hashing every local require sources using Acorn and a proper AST
- Host: GitHub
- URL: https://github.com/maxleiko/pkg-hash-cli
- Owner: maxleiko
- License: mit
- Created: 2016-12-22T12:08:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T14:26:01.000Z (over 7 years ago)
- Last Synced: 2024-11-01T12:00:32.140Z (16 days ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pkg-hash-cli
Generates an MD5 hash based on local source code using package.json "main" as entry and hashing every local require sources using Acorn and a proper AST