Atom Electron Snippets
An Atom snippet library for Electron. This library uses as a basis the project Quick-Start of Electron on Github.
Install
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
What is Electron?
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.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request
License
MIT License © Emerson Thompson