# Usage Pass the repo to extract code from and a list of directories/files to extract from that repo. ``` $ ./bin/extract-repo git@github.com:org/repo.git some_file.rb some/directory/to/extract/ ``` Results will wind up in ~/tmp/extract/ ## License extract-repo is licensed under your choice of the Apache License 2.0 or the MIT license. See [LICENSE.txt](LICENSE-MIT.txt) for more info about licensing.