Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-13T01:52:05.000Z (almost 10 years ago)
- Last Synced: 2023-03-22T12:26:35.416Z (almost 2 years 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)