https://github.com/techwritescode/electromon
https://github.com/techwritescode/electromon
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techwritescode/electromon
- Owner: techwritescode
- Created: 2016-04-13T17:07:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T12:01:48.000Z (about 8 years ago)
- Last Synced: 2025-06-29T19:30:41.985Z (12 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 21
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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