cuyl / smartling-cli

Smartling-cli is a library and CLI tool for managing Smartling projects. See the project's Wiki for user documentation.

Home Page:https://github.com/Smartling/smartling-cli/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Documentation

See the Wiki page for this repository.

Development

For developers interested in modifying the tool.

Building package

make <target>

Where target is:

  • deb for building Debian packages:

    make deb
    
  • rpm for building Fedora packages:

    make rpm
    

Specific settings can be set in built-time:

VERSION:

make VERSION=<version-string> <target>

MAINTAINER:

make MAINTAINER=<maintainer> <target>

An executable named smartling-cli should become available in your $GOPATH/bin.

Managing dependencies

go mod vendor

About

Smartling-cli is a library and CLI tool for managing Smartling projects. See the project's Wiki for user documentation.

https://github.com/Smartling/smartling-cli/wiki

License:MIT License


Languages

Language:Go 98.5%Language:Makefile 1.5%