atom-electron-snippets

A snippets of ElectronJS for Atom

Emerson Thompson

12,762

7

Bug Reports

2.0.3

MIT

GitHub

Atom Electron Snippets

licence mit

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

MIT License © Emerson Thompson