A simple boilerplate generator which generates multiple templates in a concurrent manner to save time!
- Node.js and npm installed
To generate a electron template , you need to configure sudoers to allow npm to be executed without a password prompt. Follow these steps:
-
Open the sudoers file using the
visudo
command:sudo visudo
-
Add the following line to allow running npm install electron without a password prompt:
your_username ALL=(ALL) NOPASSWD: /usr/bin/npm install electron
Replace your_username with your actual macOS username.
- Save the changes and exit the editor