From 23bbd649a0b0eb7f8f21f40e13f46af41ee6700c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 20 Jun 2018 00:05:59 +0700 Subject: [PATCH] Add related modules to the readme --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index bc3e53b..57bd50e 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,10 @@ $ npm install electron-store *Requires Electron 2.0.0 or later.* + + + + ## Usage @@ -165,10 +169,13 @@ Open the storage file in the user's editor. ## Related +- [electron-util](https://github.com/sindresorhus/electron-util) - Useful utilities for developing Electron apps and modules - [electron-debug](https://github.com/sindresorhus/electron-debug) - Adds useful debug features to your Electron app - [electron-context-menu](https://github.com/sindresorhus/electron-context-menu) - Context menu for your Electron app - [electron-dl](https://github.com/sindresorhus/electron-dl) - Simplified file downloads for your Electron app - [electron-unhandled](https://github.com/sindresorhus/electron-unhandled) - Catch unhandled errors and promise rejections in your Electron app +- [electron-reloader](https://github.com/sindresorhus/electron-reloader) - Simple auto-reloading for Electron apps during development +- [electron-serve](https://github.com/sindresorhus/electron-serve) - Static file serving for Electron apps - [conf](https://github.com/sindresorhus/conf) - Simple config handling for your app or module