https://github.com/artifex404/zip-git
Recursively zips the folder ignoring some unwanted files for a production environment
https://github.com/artifex404/zip-git
command-line-tool zip
Last synced: 5 months ago
JSON representation
Recursively zips the folder ignoring some unwanted files for a production environment
- Host: GitHub
- URL: https://github.com/artifex404/zip-git
- Owner: artifex404
- License: mit
- Created: 2015-11-27T12:49:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T12:31:26.000Z (about 9 years ago)
- Last Synced: 2024-10-24T16:50:58.945Z (over 1 year ago)
- Topics: command-line-tool, zip
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zip-git
Recursively zips the folder ignoring some unwanted files for a production environment
The default action makes a zip file of the folder specified,
excluding the following folders:
`.git, bower_components, node_modules, .sass-cache, .idea`
and ignoring the following files:
`.DS_Store.`
## Installation
Run this command in a terminal:
`curl -sS https://raw.githubusercontent.com/artifex404/zip-git/master/installer.sh | bash`
If the command `zip-git` does not do anything after the installation, enter:
`source ~/.bash_profile`
## Usage
zip-git [-options] folder
## Options
**-i** *Read .gitignore file in the folder specified and ignore all matched elements*