Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evmar/flatzip
create mtime-equivalent directory mirror with files filled with zeros
https://github.com/evmar/flatzip
Last synced: 28 days ago
JSON representation
create mtime-equivalent directory mirror with files filled with zeros
- Host: GitHub
- URL: https://github.com/evmar/flatzip
- Owner: evmar
- License: apache-2.0
- Created: 2012-08-30T17:25:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-30T18:48:50.000Z (over 12 years ago)
- Last Synced: 2024-04-14T22:17:12.303Z (8 months ago)
- Language: Go
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
flatzip creates a mtime-equivalent mirror of a directory with all
files filled with zeros for easy compression. It is useful for
distributing a directory tree as seen by a build system for
performance discussions.Build it with [go](http://golang.org) 1:
go build
Run it to mirror a directory:
flatzip \path\to\src outputdir
Then zip the output and distribute.