https://github.com/jdecool/code-vaccum
Scrap code from coding platform.
https://github.com/jdecool/code-vaccum
Last synced: over 1 year ago
JSON representation
Scrap code from coding platform.
- Host: GitHub
- URL: https://github.com/jdecool/code-vaccum
- Owner: jdecool
- Created: 2022-01-19T23:49:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T13:35:41.000Z (about 4 years ago)
- Last Synced: 2025-03-05T22:30:38.992Z (over 1 year ago)
- Language: Go
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Code Vaccum
===========
Scrap code from coding platform.
## Usage
```bash
$ ./vaccum --provider [github|gitlab] --output [filesystem|nil|repo] [--org org-name]
```
## Options
### Providers options
* `--provider`: provider to use (could be `github` or `gitlab`)
* `--provider-endpoint`: if use a self-hosted instance, you can specify the endpoint to use
* `--provider-access-token`: access token for authenticated queries
### Output options
* `--output`: output format to use (could be `filesytem` or `nil`)
* `--output-folder`: available for `filesystem`. Output folder where projects will be cloned (default: current path)