Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

i18next-llm

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

i18next-llm

DESCRIPTION

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source
Logo

PACKAGE_NAME

SHORT_DESCRIPTION

NPM Version License Build Status TypeScript

🚀 Features

  • Feature 1: Description.
  • Feature 2: Description.
  • Feature 3: Description.

🛠️ Installation

npm install PACKAGE_NAME

📖 Usage

Basic Example

import { hello } from 'PACKAGE_NAME';

const result = hello();
console.log(result);

CLI Usage

npx PACKAGE_NAME --help

💻 Development

Setup

# Clone the repository
git clone https://github.com/USERNAME/REPO_NAME.git

# Install dependencies
npm install

Scripts

  • npm run dev: Watch mode for development.
  • npm run build: Build for production.
  • npm run test: Run tests with Vitest.
  • npm run lint: Lint code with ESLint.
  • npm run format: Format code with Prettier.
  • npm run release: Create a release with Changesets.

🤝 Contributing

Contributions are welcome! Please open an issue or submit a pull request.

📄 License

MIT © Roman Kurnovskii

Keywords

npm-module

FAQs

Package last updated on 20 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts