silkworm

command module
v0.0.0-...-f084e7a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2023 License: Unlicense Imports: 8 Imported by: 0

README

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.

Silkworm

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] [flag]

Example:

silkworm -c

License

Code is distributed under The Unlicense and is part of the Public Domain.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL