Development Toolchain
Powerful CLI tools, plugins, and workflows for modern API development with Elbia.
Installation
Install CLI
// Using npm
npm install -g @elbia/cli
// Using Homebrew (macOS)
brew install elbia/tap/elbia-cli
elbia --version
Core Tools
Project Templates
Scaffold new projects with ready-to-use templates for REST, GraphQL, and serverless architectures.
API Linters
Validate API definitions against OpenAPI spec and team-specific rules using the CLI.
Testing Tools
Run automated tests, performance benchmarks, and security scans for your APIs.
Workflow Example
Step | Command | Description |
---|---|---|
1 | elbia new my-project |
Generate new project files and configuration |
2 | elbia validate |
Verify API definition correctness |
3 | elbia test --coverage |
Run test suite and generate coverage reports |
4 | elbia deploy --env staging |
Deploy to staging environment |
Want more power?
Our plugin system lets you add monitoring, analytics, and custom integrations to the toolchain.
Explore Plugins →