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-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs the linter against an exocom configuration file to check for issues.
Ensure your exocom.yml is properly formatted per Exosphere docs.
Use npx exocom-lint instead of require('exocom-lint').No dependency data recorded yet.