zip-no-bak

1.0.4 • Public • Published

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

/zip-no-bak/

    Package Sidebar

    Install

    npm i zip-no-bak

    Weekly Downloads

    0

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    4.52 kB

    Total Files

    6

    Last publish

    Collaborators

    • x_g