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.
- Host: GitHub
- URL: https://github.com/zeroby0/pack
- Owner: zeroby0
- Created: 2016-05-16T03:13:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T03:29:13.000Z (about 10 years ago)
- Last Synced: 2026-04-22T08:12:40.153Z (about 2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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