Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Core currently requires
md5sum, UI requiresunzip. Arguably those could all be replaced with node modules. Both UI and Mobile have their own implementation for creating md5 sums. Last I checked, there was no decentunzipimplementation in node (archiveronly does zipping; node's zlib wrapper only handles compression, not the actual archiving).If we make the check extendable, we'd have move or duplicate it, since it can only run after
_cloneRepo.