ovotech / go-sync-adapter-gen

Automatically scaffold new Go Sync adapters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Automatically scaffold new Go Sync adapters

License:Apache License 2.0


Languages

Language:Go 92.2%Language:Makefile 7.8%