Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Jonas Franz f6b7f983a8
Merge pull request #4 from techknowlogick/patch-1
il y a 4 ans
docker Update manifest.tmpl il y a 4 ans
responses Adding Download options (#2) il y a 7 ans
utils Adding Download options (#2) il y a 7 ans
vendor update plugin to drone 1.0, golang 1.13 & go modules il y a 4 ans
.dockerignore Adding crowdin plugin il y a 7 ans
.drone.yml fix drone image name il y a 4 ans
.gitignore
DOCS.md update plugin to drone 1.0, golang 1.13 & go modules il y a 4 ans
LICENSE
README.md Change build status URL il y a 4 ans
go.mod update plugin to drone 1.0, golang 1.13 & go modules il y a 4 ans
go.sum update plugin to drone 1.0, golang 1.13 & go modules il y a 4 ans
logo.svg Adding crowdin plugin il y a 7 ans
main.go Adding Download options (#2) il y a 7 ans
plugin.go update plugin to drone 1.0, golang 1.13 & go modules il y a 4 ans
plugin_test.go Adding Download options (#2) il y a 7 ans
types.go Improving code documentation by adding comments il y a 7 ans

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 .