Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeychilson/gitflat
A simple tool for flattening a git repository to a single directory.
https://github.com/joeychilson/gitflat
git go
Last synced: 1 day ago
JSON representation
A simple tool for flattening a git repository to a single directory.
- Host: GitHub
- URL: https://github.com/joeychilson/gitflat
- Owner: joeychilson
- License: mit
- Created: 2024-06-26T01:05:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T07:12:39.000Z (5 months ago)
- Last Synced: 2024-06-27T02:12:26.952Z (5 months ago)
- Topics: git, go
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitflat
A simple tool for flattening a git repository to a single directory or file.
## Installation
```bash
go install github.com/joeychilson/gitflat
```## Usage
```bash
gitflat -repo -dest [-exclude [-include ] [-exts <.ext1,.ext2,...>] [-single]
```