cloudevents-generator

Helps produce, consume, and collaborate on CloudEvents easier.

View the Project on GitHub michaelawyu/cloudevents-generator

Installation

  1. Download the compiled executables of your platform.

    Platform Architecture Link
    Linux x64 Download
    Linux x86 Download
    macOS (Darwin) x64 Download
    macOS (Darwin) x86 Download
    Windows x64 Download
    Windows x86 Download
  2. (Linux or macOS) Make the downloaded file executable:

     chmod +x [YOUR-FILE-NAME]
    

If your platform is not listed above or you prefer building the package from stratch, clone the project from GitHub and run go build ./src/ (Go 1.12 required).

What’s next

Getting started with CloudEvents Generator