transifex-config

5.0.0 • Public • Published

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.

/transifex-config/

    Package Sidebar

    Install

    npm i transifex-config

    Weekly Downloads

    3

    Version

    5.0.0

    License

    MIT

    Unpacked Size

    33.5 kB

    Total Files

    9

    Last publish

    Collaborators

    • freaktechnik