Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cloudquery/plugin-sdk-java

CloudQuery Java SDK
https://github.com/cloudquery/plugin-sdk-java

Last synced: about 2 months ago
JSON representation

CloudQuery Java SDK

Awesome Lists containing this project

README

        

# CloudQuery Plugin SDK for Java

This is the high-level package to use for developing CloudQuery plugins in Java.

## Setup

### Authenticate to GitHub Packages

```bash
# Set up authentication to GitHub Packages, more in https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#authenticating-to-github-packages
export GITHUB_ACTOR=
# Classic personal access token with `read:packages` scope
export GITHUB_TOKEN=
```

### Install pre-commit hooks

- Install `pre-commit` from
- Run `pre-commit install` to install the hooks

## Build

```bash
./gradlew build
```