An open API service indexing awesome lists of open source software.

https://github.com/zeroby0/pack

Packs multiple files and directories into one file, easy for moving. can be used as an installer with some modifications.
https://github.com/zeroby0/pack

Last synced: 7 days ago
JSON representation

Packs multiple files and directories into one file, easy for moving. can be used as an installer with some modifications.

Awesome Lists containing this project

README

          

# pack

Pack all files related to your project into one file suitable for shipping and extract them when required.

pack is written in python. All files and directories in folder 'in' are collated into one file named target.dat ( target
is target as chosen in pack ). when extracted, all files and dirs are extracted into folder target.

Todo:

- [ ] add support for command-line arguments
- [ ] add batch file support for direct usage as an installer