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.
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).
Before building the application, change the values of these constants to reflect your environment:
meta string = "/data/automation/jsons/"
temp string = "/data/automation/temp/"Then, from the root folder containing main.go, run:
go build -o silkworm .silkworm -c| Command | Action |
|---|---|
-h, -help |
Help information |
-c, -create |
Run main program |
-v, -version |
Display program version |
Code is distributed under The Unlicense and is part of the Public Domain.
