JulienBreux / triggy

๐Ÿš€ Triggy โ€” An awesome tool to connect some actions written in Go

Home Page:https://triggy.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿš€ Triggy

Actions Status Go Report Card codebeat badge GitHub tag Go version

Triggy is an awesome tool to interconnect some providers via adapters and trigger actions between them. It's simply written in Go.


๐Ÿ”ง Installation

Triggy is available on Linux, OSX and Windows platforms.

  • Binaries for Mac OS, Linux and Windows are available as tarballs in the release page.

  • Via Homebrew (Mac OS) or LinuxBrew (Linux)

    brew tap JulienBreux/triggy
    brew install triggy
  • Building from source Triggy was built using go 1.13 or above. In order to build Triggy from source you must:

    1. Clone this repository

    2. Add the following command in your go.mod file

      replace (
        github.com/JulienBreux/triggy => CLONED_GIT_REPOSITORY
      )
      
    3. Build and run the executable

      go build -v -o ./triggy ./cmd/triggy
    4. Use it

      ./triggy

๐Ÿ“ฎ Contact Info

  1. Email: julien.breux@gmail.com
  2. GitHub: @JulienBreux
  3. Twitter: @JulienBreux

๐Ÿ‘ฎโ€โ™‚๏ธ Security info

GPG Signature

You can download Julien Breux's public key to verify the signature.

gpg --keyserver hkps://hkps.pool.sks-keyservers.net --recv-keys 0BD023FA

About

๐Ÿš€ Triggy โ€” An awesome tool to connect some actions written in Go

https://triggy.dev

License:MIT License


Languages

Language:Go 93.4%Language:Dockerfile 6.6%