Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.28 KB

File metadata and controls

37 lines (24 loc) · 1.28 KB

AGENTS.md

Project

  • TypeScript/JavaScript client library for Crowdin API.
  • Main source: src/
  • Tests: tests/

Setup

  • Install dependencies: npm install
  • Build: npm run build

Quality Checks

  • Lint (auto-fix): npm run lint
  • Lint (CI mode): npm run lint-ci
  • Tests: npm test

Notes For API Details

Always use Crowdin/Crowdin Enterprise llms.txt index files for API method details. Choose the correct index by environment first, then project type.

Use these URLs:

Each index contains a list of links to the API method details (e.g. https://support.crowdin.com/_llms-txt/api/enterprise/file-based/api.projects.strings.get.txt).

Pull Requests And Commits

  • Target branch: master.
  • Use Conventional Commits for commit messages and PR titles.
  • Before opening a PR, run tests and formatting checks locally.