JSPM

  • Created
  • Published
  • Downloads 2202
  • Score
    100M100P100Q112787F
  • License FSL-1.1-ALv2

Node.js utilities for General Translation

Package Exports

  • gt-node
  • gt-node/internal
  • gt-node/types

Readme

gt-node

Node.js utilities for General Translation.

WARNING: gt-node is currently unstable, and thus may be subject to breaking changes until it reaches a stable version (1.0.0).

Installation

npm install gt-node
# or
yarn add gt-node
# or
pnpm add gt-node

Usage

import { /* utilities */ } from 'gt-node';

This package provides Node.js-specific utilities built on top of the General Translation toolkit. It includes all functionality from:

  • gt-i18n - Pure JS i18n library for General Translation
  • generaltranslation - Core General Translation functionality

Development

# Install dependencies
pnpm install

# Build the package
pnpm build

# Run tests
pnpm test

# Lint code
pnpm lint

License

FSL-1.1-ALv2