Installation
The Overseer SDK is the easiest way to create and build plugins and extensions for Overseer Studio. Add the Overseer SDK to your project by installing via npm.
npm install --save @overseer-studio/sdkUsage
The Overseer SDK contains a CLI tool to initialize and publish plugins and also contains methods that make creating extensions simple.
See reference for complete usage guides.