https://github.com/abinoam/clonedir
It recursively clones directory structure from a source directory into a destiny directory
https://github.com/abinoam/clonedir
Last synced: 3 months ago
JSON representation
It recursively clones directory structure from a source directory into a destiny directory
- Host: GitHub
- URL: https://github.com/abinoam/clonedir
- Owner: abinoam
- License: mit
- Created: 2015-01-13T01:42:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-13T01:52:05.000Z (over 10 years ago)
- Last Synced: 2025-01-24T10:47:37.708Z (5 months ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clonedir
It recursively clones the directory structure (not the files) from a source directory into a destiny directory.
It's just a simple script that I did while learning to use [Pathname](http://ruby-doc.org/stdlib-2.2.0/libdoc/pathname/rdoc/Pathname.html)