1.0.3 • Published 7 months ago

ogz v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

ogz

ogz is a command line that allows you to simply and quickly archive your projects without modules and useless folders (node_modules, .idea, vendor etc...).

✨ Features

  • Recursively archive projects
  • Choose between ZIP and TAR format

💻 Usage

With NPM

npx ogz ./my-folder

With PNPM

pnpx ogz ./my-folder

🗒️ Examples

Create a simple ZIP archive

npx ogz ./my-folder

Create a simple TAR archive

npx ogz --format=tar ./my-folder

Create multiple archives

npx ogz ./my-folder-a ./my-folder-b

Create archives recursively

npx ogz -r ./my-folder

⚙️ Options

OptionAliasDefaultDescription
--recursive-rfalseRun the program recursively, archiving subfolders of the specified folders
--format-fzipChoose between ZIP or TAR archiving format

💡 I would like XXX but it's not yet available?

Go to the issues and submit your idea. If it's relevant, I might add it 🫶.

⚠️Warning

Please note that this plugin is provided as is, without any express or implied warranty of operation. By using this library, you agree to do so at your own risk. I am not responsible for any direct or indirect damage resulting from the use of this library, including loss of data, operating errors, service interruptions, or any other consequence related to the use of this library.

1.0.2

7 months ago

1.0.3

7 months ago

1.0.1

10 months ago

1.0.0

10 months ago