freaktechnik / transifex-config

Reads the transifex client config and offers utility methods on top of it.

Home Page:https://www.npmjs.com/package/transifex-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transifex-config

codecov

Reads the transifex client config and offers utility methods on top of it.

Installation

npm install --save transifex-config

Usage

The module exports a single class, that implements methods to read and get specific parts of the config for the client.

var TransifexConfig = require("transifex-config");

var txc = new TransifexConifg();

API Documentation

See API Docs.

Caveats

Most of the implementation in this module assumes the documentation from transifex for their client's configuration is complete. If that is not the case, please open an issue.

The documentation doesn't specify it, but resource paths are assumed to be relative.

License

This module is licensed under the MIT.

About

Reads the transifex client config and offers utility methods on top of it.

https://www.npmjs.com/package/transifex-config


Languages

Language:JavaScript 100.0%