silkworm

command module
v0.0.0-...-0d04892 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2024 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] [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.

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