Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Jonas Franz f6b7f983a8
Merge pull request #4 from techknowlogick/patch-1
pirms 4 gadiem
docker Update manifest.tmpl pirms 4 gadiem
responses Adding Download options (#2) pirms 7 gadiem
utils Adding Download options (#2) pirms 7 gadiem
vendor update plugin to drone 1.0, golang 1.13 & go modules pirms 4 gadiem
.dockerignore Adding crowdin plugin pirms 7 gadiem
.drone.yml fix drone image name pirms 4 gadiem
.gitignore Initial commit pirms 7 gadiem
DOCS.md update plugin to drone 1.0, golang 1.13 & go modules pirms 4 gadiem
LICENSE Initial commit pirms 7 gadiem
README.md Change build status URL pirms 4 gadiem
go.mod update plugin to drone 1.0, golang 1.13 & go modules pirms 4 gadiem
go.sum update plugin to drone 1.0, golang 1.13 & go modules pirms 4 gadiem
logo.svg Adding crowdin plugin pirms 7 gadiem
main.go Adding Download options (#2) pirms 7 gadiem
plugin.go update plugin to drone 1.0, golang 1.13 & go modules pirms 4 gadiem
plugin_test.go Adding Download options (#2) pirms 7 gadiem
types.go Improving code documentation by adding comments pirms 7 gadiem

README.md

drone-crowdin

Go Doc Go Report Build Status

Drone plugin to update translation files at Crowdin. For the usage information and a listing of the available options please take a look at the docs.

Build

Build the binary with the following commands:

go build

Docker

Build the Docker image with the following commands:

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-crowdin
docker build --rm -t jonasfranz/crowdin .