Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indiependente/noderchiver
Simple implementation of `tar cvfz` command
https://github.com/indiependente/noderchiver
Last synced: 5 days ago
JSON representation
Simple implementation of `tar cvfz` command
- Host: GitHub
- URL: https://github.com/indiependente/noderchiver
- Owner: indiependente
- License: mit
- Created: 2014-08-03T18:35:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-03T19:00:31.000Z (over 10 years ago)
- Last Synced: 2024-05-02T05:17:02.254Z (8 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#noderchiver
Simple implementation of `tar cvfz` command
##Usage
It needs to be executed from command line now, but maybe I will turn it into a module.
`node noderchiver.js FOLDERNAME`
##Todo
- [ ] single file compression
- [x] folder recursive compression
- [ ] decompression
- [ ] module?##License
MIT