electron-prompt
Electron helper to prompt for a value via input or select
This is an extension to electron-prompt library from https://github.com/sperrichon:
https://github.com/sperrichon/electron-prompt
This extension allow to customize a little bit more the library, and adds the multi-prompt style
Installation
npm install electron-multi-prompt --save
Init
in main.js file:
const prompt = ;
Usage
Refer for select prompt and single input prompt to: https://github.com/sperrichon/electron-prompt
options
Callbacks