An Atom snippet library for Electron. This library uses as a basis the project Quick-Start of Electron on Github.
Use your terminal
apm install electron-snippets
Or open your Atom and go to Packages > Settings View > Open
once in settings go to the Install tab and search for electron-snippets
Do not forget to Restart
your Atom
The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on Node.js and Chromium and is used by the Atom editor and many other apps.
git checkout -b my-new-feature
git commit -m 'Add some feature'
git push origin my-new-feature
MIT License © Emerson Thompson
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.