/go-sync-adapter-gen

Automatically scaffold new Go Sync adapters

Primary LanguageGoApache License 2.0Apache-2.0

Go Sync Adapter Generator

GitHub go.mod Go version GitHub release (latest SemVer) Go Report Card Go Reference Test Status GitHub issues GitHub pull requests License

Automatically scaffold new Go Sync adapters.

Installation

You can install pre-built binaries for supported platforms on our releases page.

Alternatively, install via Go:

go install github.com/ovotech/go-sync-adapter-gen@latest

Usage

Go Sync Adapter Generator takes an adapter name (note: capitalisation is important) and outputs a folder containing an adapter and tests.

$ go-sync-adapter-gen FooBar
Successfully created: FooBar 🎉

$ ls foobar
foobar.go   foobar_internal_test.go

Made with 💚 by OVO Energy's DevEx team

DevEx Platforms Tools Golden Paths Guard Rails For You