An open API service indexing awesome lists of open source software.

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)

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/