Installation
Run without installing
The fastest way to try the CLI — no global install needed:
npx openmodels-cliInstall globally
For regular use, install globally via npm:
npm install -g openmodels-cliAfter installation, the openmodels command is available system-wide:
openmodels --versionRequirements
| Requirement | Minimum |
|---|---|
| Node.js | ≥ 22.0.0 |
The CLI checks your Node.js version on startup and exits with a clear error if the requirement isn’t met.
Verify Installation
# Check version
openmodels --version
# Show help
openmodels --helpUpdate
npm update -g openmodels-cliUninstall
npm uninstall -g openmodels-clinpm
The package is published at npmjs.com/package/openmodels-cli .
Last updated on