paste_zip
v1.0.1
Published
copy and paste zip folders as text blobs
Downloads
2
Readme
paste_zip
copy and paste zip folders as base64 text blobs
encode
Must be a zip ending with a filename ending in .zip
paste_zip some.zip
// get_encoded_text.txt
decode
paste_zip some_encoded_text.txt
// get some.zip
install
npm install paste_zip -g