Skip to content

Commit 2ee4ef0

Browse files
authored
Add related modules to the readme
1 parent 85c6e23 commit 2ee4ef0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ $ npm install electron-debug
4545

4646
*Requires Electron 2.0.0 or later.*
4747

48+
<a href="https://www.patreon.com/sindresorhus">
49+
<img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">
50+
</a>
51+
4852

4953
## Usage
5054

@@ -120,11 +124,13 @@ Default: The focused `BrowserWindow`
120124

121125
## Related
122126

127+
- [electron-util](https://github.com/sindresorhus/electron-util) - Useful utilities for developing Electron apps and modules
123128
- [electron-store](https://github.com/sindresorhus/electron-store) - Save and load data like user preferences, app state, cache, etc
124129
- [electron-context-menu](https://github.com/sindresorhus/electron-context-menu) - Context menu for your Electron app
125130
- [electron-dl](https://github.com/sindresorhus/electron-dl) - Simplified file downloads for your Electron app
126131
- [electron-unhandled](https://github.com/sindresorhus/electron-unhandled) - Catch unhandled errors and promise rejections in your Electron app
127-
- [electron-is-dev](https://github.com/sindresorhus/electron-is-dev) - Check if Electron is running in development
132+
- [electron-reloader](https://github.com/sindresorhus/electron-reloader) - Simple auto-reloading for Electron apps during development
133+
- [electron-serve](https://github.com/sindresorhus/electron-serve) - Static file serving for Electron apps
128134
- [debug-menu](https://github.com/parro-it/debug-menu) - Chrome-like debug context-menu for Electron
129135

130136

0 commit comments

Comments
 (0)