sascha-schieferdecker / electromon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electromon

Nodemon for Electron

To install:

npm i -g electromon

Go into a electron project and run electromon ./YOUR_FILE_HERE This will Start Live Reload on that project

To ignore certain files

create a file in your project called .electromonrc and write your ignore regex (node_modules|plugins|etc)

To Restart

When Electromon is running type rs and hit enter

About


Languages

Language:JavaScript 100.0%