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.
Gemini 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.
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.
Get started with ARX CLI by installing it using your preferred package manager. Choose the command that matches your setup:
npm install arx-cliyarn add arx-clipnpm install arx-clibun add arx-cliAfter installation, you can start using ARX CLI immediately. Here’s a quick example to get you started:
# Preview a componentnpm run arx preview:component
# View an API endpointnpm run arx preview:endpoint