Registry / testing / exocom-lint

exocom-lint

JSON →
library0.27.0jsnpmunverified

exocom-lint (v0.27.0) is a CLI tool for linting Exosphere applications that use the exocom microservices framework. It validates service configurations, message patterns, and architectural consistency. Originally developed by Originate, it has a low release cadence and is specific to the Exosphere ecosystem. Unlike general linters, it is tailored for exocom's message-passing and service topology.

npm install exocom-lint
INSTALL
IMPORT
SIG · EXOCOM-LINT
E
exocom-lint
testingjavascriptv0.27.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

exocom-lint
npx exocom-lint
npm install -g exocom-lint
Run via npx to avoid global install; the package is a CLI, not a library.

Runs the linter against an exocom configuration file to check for issues.

npx exocom-lint --config exocom.yml
exocom-lint --version
Debug
Known issues
gotchaThe tool expects a specific configuration file format (YAML) and may fail silently on invalid files.
fix
Ensure your exocom.yml is properly formatted per Exosphere docs.
affects: >=0.0.0
Errors
Common errors & fixes
Error: Cannot find module 'exocom-lint'
Attempted to import as a Node.js module instead of running as CLI.
fix
Use npx exocom-lint instead of require('exocom-lint').
Upgrade
Version history
0.27.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
exocom-lint — npm install exocom-lint · libregistry