Reliverse Docs
LibsIntroductionCore Concepts

Core Concepts

Understand the fundamental concepts of Rempts

Core Concepts

Learn the fundamental concepts that make Rempts powerful and easy to use.

Key Concepts

Commands

The building blocks of your CLI. Learn how to define commands with type-safe options, validation, and rich handler contexts.

Type Inference

Validation

Use Standard Schema to validate inputs with any validation library you prefer (Zod, Valibot, etc.).

Configuration (Coming Soon)

Configure your CLI with dler.config.ts for consistent behavior across development and production.

Philosophy

Rempts is built on these core principles:

  1. Type Safety First - Full TypeScript support with automatic inference
  2. Zero Dependencies - No external dependencies in the core
  3. Developer Experience - Fast feedback loops and helpful errors
  4. Production Ready - Built for real-world CLI applications

On this page