Installation
Install @t-req/core using your preferred package manager.
Package Managers
Section titled “Package Managers”# npmnpm install @t-req/core
# bunbun add @t-req/core
# yarnyarn add @t-req/core
# pnpmpnpm add @t-req/coreRuntime Requirements
Section titled “Runtime Requirements”- Node.js >=18
- Bun >=1.0
Verify Installation
Section titled “Verify Installation”Create a simple test file to verify the installation:
import { createClient } from '@t-req/core';
const client = createClient();
// If this compiles without errors, you're ready to go!console.log('@t-req/core installed successfully!');Next Steps
Section titled “Next Steps”Now that @t-req/core is installed, head to the Quick Start guide to create and run your first request.