This guide provides instructions for contributing to the Capgo privacy screen plugin.
- Fork and clone the repo.
- Install dependencies.
bun install- Install SwiftLint if you're on macOS.
brew install swiftlintBuilds plugin web assets and generates API documentation with @capacitor/docgen.
Builds and validates iOS, Android, and Web.
Checks or auto-fixes formatting and linting.
The prepublishOnly hook prepares the plugin before publishing.
bun publishThe
filesarray inpackage.jsoncontrols what is published. Update it if you move files.