An open API service indexing awesome lists of open source software.

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.

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)