How to register a local Ionic Capacitor plugin

Viewed 1242

I am working on a private capacitor plugin for android and ios but the official guide finished by saying upload to npm to use your plugin, I do not want to upload it to a publicly available resource.

How do you register a local capacitor plugin for both ios/android

1 Answers
Related