I am curious if there exists a tool that can automatically generate the Javascript
interface for a Cordova Plugin
.
This would be incredibly beneficial.
For instance, after completing the native portion of a Cordova Plugin
, such as in this tutorial:
Upon reaching Step 3
where you need to create the Javascript
plugin, what is the process like? Is there a simplified approach available?