{"id":26968,"library":"exocom-lint","title":"exocom-lint","description":"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.","status":"active","version":"0.27.0","language":"javascript","source_language":"en","source_url":"https://github.com/Originate/exo-lint","tags":["javascript","Exosphere"],"install":[{"cmd":"npm install exocom-lint","lang":"bash","label":"npm"},{"cmd":"yarn add exocom-lint","lang":"bash","label":"yarn"},{"cmd":"pnpm add exocom-lint","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Run via npx to avoid global install; the package is a CLI, not a library.","wrong":"npm install -g exocom-lint","symbol":"exocom-lint","correct":"npx exocom-lint"}],"quickstart":{"code":"npx exocom-lint --config exocom.yml","lang":"javascript","description":"Runs the linter against an exocom configuration file to check for issues."},"warnings":[{"fix":"Ensure your exocom.yml is properly formatted per Exosphere docs.","message":"The tool expects a specific configuration file format (YAML) and may fail silently on invalid files.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Use npx exocom-lint instead of require('exocom-lint').","cause":"Attempted to import as a Node.js module instead of running as CLI.","error":"Error: Cannot find module 'exocom-lint'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}