Silkworm
Silkworm is a WordPress plugin update ticket creation tool. It's meant to bridge the gap between Platypus and Bowerbird, reading the output from Platypus and triggering Bowerbird with information recieved and tickets created.

Prerequisite
Googles' Go language installed to enable building executables from source code.
A jira.json file containing your API URL and Bearer token to enable ticket creation:
{
"base": "Jira Issue base URL",
"token": "Jira Bearer Token"
}
Build
From the root folder the go files, use the command that matches your environment:
Windows & Mac
go build -o [name] .
Linux
GOOS=linux GOARCH=amd64 go build -o [name] .
Run
[program] [optional flag]
Example:
silkworm -h
Output:
Usage:
[program] [flag]
Example:
Adding your path to file if necessary, run:
silkworm
Additional Options:
-h, --help Help Information
-v, --version Display App Version
Help:
For more information go to:
https://github.com/nausicaan/silkworm.git
License
Code is distributed under The Unlicense and is part of the Public Domain.