@orion-ehr/cli
v1.0.7
Published
CLI tool for building Orion EMR apps
Readme
@orion-ehr/cli
CLI tool for building Orion EMR apps.
Installation
npm install -g @orion-ehr/cliUsage
Create a new app
orion init my-app
cd my-app
npm installStart development server
npm run devThis starts a local Vite dev server with automatic Cloudflare tunneling for testing in your Orion sandbox environment.
Commands
| Command | Description |
|---------|-------------|
| orion init <name> | Create a new Orion app |
| orion dev | Start development server with tunneling |
| orion auth | Authenticate with Orion platform |
Requirements
- Node.js 18+
