How to develop external plugins for apigeelint
I originally posted this article on Apigee community's website in 2020 but after that new features were introduced in apigeelint's releases, including an option to specify an external plugins directory using the -x parameter, which is why I decided t...
eduandrade.hashnode.dev8 min read
Jani jan
games
To create external plugins for Apigeelint, first install Apigeelint with npm install -g apigeelint. Then, in your designated plugin directory, create your custom rule script (e.g., checkProxyNamePrefix.js) to define desired checks, like naming conventions or policy requirements. Use the -x parameter to specify this external directory when running Apigeelint.