Skip to content

boltops-tools/zip_folder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZipFolder

BoltOps Badge

Zip folder up. Just took this example and packaged it as a gem.

Installation

Add this line to your application's Gemfile:

gem 'zip_folder'

Usage

ZipFolder.zip(input_dir, output_file)
ZipFolder.zip("/path/to/folder", "/path/to/file.zip")