Skip to content

farghul/silkworm

Repository files navigation

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 supplying Bowerbird with information recieved and tickets created.

Silkworm

📚 Prerequisite

The Go Programming Language installed to enable building executables from source code.

A variety of json files to enable ticket creation, authorized querying, and changelog gathering (see jsons folder for reference).

🚧 Build

Before building the application, change the values of these constants to reflect your environment:

temp     string = "/data/automation/temp/"
tokens   string = "/data/automation/tokens/"
repos    string = "/data/automation/checkouts/"
config   string = "desso-automation-conf/atlassian/"

Then, from the root folder containing main.go, use the command that matches your environment:

Windows & Mac

go build -o [name] .

Linux

GOOS=linux GOARCH=amd64 go build -o [name] .

🏃 Run

silkworm -r

🎏 Available Flags

Command Action
-h, --help Help information
-r, --run Run program
-v, --version Display program version

🎫 License

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

About

Gather update information and create Jira tickets.

Topics

Resources

License

Stars

Watchers

Forks