A command-line interface tool for linting iPaaS configurations. Current stable version is 2.0.6. Built as a standalone CLI to validate and enforce rules within iPaaS environments. Key differentiators: specific to iPaaS domain, minimal dependencies, and designed for automation in CI/CD pipelines. Not actively maintained by a large community.
npm install ipaas-lint-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and run the linter programmatically with a config object and handle results asynchronously.
Use ESM imports or `const cli = require('ipaas-lint-cli').default`.Replace `cli.lintSync(options)` with `await cli.run(options)`.
Upgrade Node.js to version 12 or higher.
Run `npm install ipaas-lint-cli --save-dev` and use correct import.
Use `require('ipaas-lint-cli').default` or switch to ESM import.No dependency data recorded yet.