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-nodeUsage
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 Translationgeneraltranslation- Core General Translation functionality
Development
# Install dependencies
pnpm install
# Build the package
pnpm build
# Run tests
pnpm test
# Lint code
pnpm lintLicense
FSL-1.1-ALv2