read-only-zip
v1.0.0
Published
A node executable that makes a zip file containing the passed files, marking them as readonly
Downloads
1
Maintainers
Readme
read-only-zip
A node script for creating a zip archive where the contents have all been marked as read-only.
Usage
$ npm install -g read-only-zip
or
$ npx read-only-zip
Then...
// Search thru specific path
$ read-only-zip -i path/to/files -o out.zip
$ npx read-only-zip -i path/to/files -o out.zip