JSPM

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

Node.js utilities for General Translation

Package Exports

  • gt-node

Readme

gt-node

Node.js utilities for General Translation.

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