You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a small tool for electron at the time to make it easier to write code.
There is electron-bridge to define a common pattern and more importantly electron-bridge-cli. It allows to write one Typescript class (schema), and then generate code to declare API, and use it between main/renderer process.
If it is interesting and ok to add/refactor, I can write a PR later to integrate it.
The text was updated successfully, but these errors were encountered:
I did a small tool for electron at the time to make it easier to write code.
There is electron-bridge to define a common pattern and more importantly electron-bridge-cli. It allows to write one Typescript class (schema), and then generate code to declare API, and use it between main/renderer process.
If it is interesting and ok to add/refactor, I can write a PR later to integrate it.
The text was updated successfully, but these errors were encountered: