Skip to content

ARX CLI

OpenAIOpenAI ✅Gemini AIGemini AI ✅

OpenAI: Provides AI-powered code suggestions, automation, and intelligent insights to enhance development workflows.

Gemini AI: Offers intelligent insights, API analysis, and optimization for enhanced system performance.

arx-cli is your go-to command-line companion for efficient development workflows. Designed for modular and serverless API structures, ARX CLI empowers developers to inspect, preview, and manage components and endpoints without the need for an active server.

Supercharge Your Development

ARX CLI streamlines your workflow, allowing you to navigate between components and API endpoints with ease. Experience rapid testing and iteration within your development pipeline.

Key Features

Preview Components

Quickly view and verify component files from your local repository directly in the terminal.

Standalone API Viewing

Access API files directly in the browser without a server. These files contain functions that operate as independent endpoints.

Streamlined Workflow

Efficiently navigate between components and API endpoints for quick testing and iteration.

Developer-Friendly

Designed with developers in mind, ARX CLI integrates seamlessly into your existing development environment.

Installation

Get started with ARX CLI by installing it using your preferred package manager. Choose the command that matches your setup:

Terminal window
npm install arx-cli

Quick Start

After installation, you can start using ARX CLI immediately. Here’s a quick example to get you started:

Terminal window
# Preview a component
npm run arx preview:component
# View an API endpoint
npm run arx preview:endpoint