-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a213bce
commit 23bbd64
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,10 @@ $ npm install electron-store | |
|
||
*Requires Electron 2.0.0 or later.* | ||
|
||
<a href="https://www.patreon.com/sindresorhus"> | ||
<img src="https://c5.patreon.com/external/logo/[email protected]" width="160"> | ||
</a> | ||
|
||
|
||
## 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 | ||
|
||
|
||
|