JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q47605F
  • License MIT

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

Package Exports

  • transifex-config
  • transifex-config/lib/errors
  • transifex-config/lib/load-config

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (transifex-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

transifex-config

Greenkeeper badge Build Status codecov Dependency Status

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

Installation

npm install --save transifex-client

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.