1.0.4 • Published 4 years ago

zip-no-bak v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Introduction

generate a zip file without something that includes .bak

Usage

take some examples:

cd some/path
zip-no-bak # then will compress cwd defaultly
zip-no-bak ./ output.zip # give paths of dir to read and the file to output
zip-no-bak output.zip # only the path to output file, default "output.zip"
zip-no-bak --env # ignore .env/.env.local files

The above "zip-no-bak" needs replacing to zipnobak above.

--env(-e)

will ignore .env/.env.local files

--level Number

decide which level zlib should reach

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago