Access the terminal in your Electron/Angular application.

When creating an desktop application using Electron there might be situations where you need to call systems functions. I have just experienced this while working on a custom git client, and found a easy way to access the terminal as the electron application is allowed to carry out these tasks. In the index.ts found in…
Read more