Package Exports
- gt-node
Readme
gt-node
Node.js utilities for General Translation.
This is currently a placeholder package.
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