https://github.com/bcomnes/electron-handbook
electron plus the things that make it fun (and not so fun)
https://github.com/bcomnes/electron-handbook
Last synced: 8 months ago
JSON representation
electron plus the things that make it fun (and not so fun)
- Host: GitHub
- URL: https://github.com/bcomnes/electron-handbook
- Owner: bcomnes
- License: isc
- Created: 2015-06-05T20:09:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T23:57:58.000Z (almost 10 years ago)
- Last Synced: 2025-04-15T06:56:29.749Z (about 1 year ago)
- Homepage: https://github.com/bcomnes/electron-handbook#electron-handbook
- Size: 5.86 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-handbook
https://github.com/atom/electron/tree/master/docs
## Community References
- #atom-shell on freenode irc
- Also a few folks in #electron
- http://maxogden.com/electron-fundamentals.html
## Boilerplate
- [ngoldman/electron-hello-world](https://github.com/ngoldman/electron-hello-world)
- [maxogden/menubar](https://github.com/maxogden/menubar)
## Developing
[electron-prebuilt](https://github.com/mafintosh/electron-prebuilt)
## Packaging
- [maxogden/electron-packager](https://github.com/maxogden/electron-packager)
- [loopline-systems/electron-builder](https://github.com/loopline-systems/electron-builder)
- [electron-osx-sign](https://www.npmjs.com/package/electron-osx-sign)
### Icon Resources
- [osx template images](https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/ToolbarIcons.html)
- [hi-res icons](https://developer.apple.com/library/mac/documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Optimizing/Optimizing.html)
## Updating
`¯\_(ツ)_/¯`
- https://github.com/atom/electron/blob/master/docs/api/auto-updater.md
- https://github.com/EvolveLabs/electron-updater
## Events
- [Online/Offline](https://github.com/atom/electron/blob/master/docs/tutorial/online-offline-events.md)
- Sleep/Wake
## Examples
- https://github.com/atom/atom
- https://github.com/maxogden/monu
- https://github.com/maxogden/screencat
- https://github.com/moose-team/friends
- https://github.com/ipfs/electron-app
- https://github.com/bcomnes/mooon
# References and History
- electron was previosly atom-shell
- atom-shell was a fork of node-webkit
- node-webkit is now nw.js: https://github.com/nwjs/nw.js/
- http://jlord.us/essential-electron/