:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Перейти к файлу
Cheng Zhao 7c50393c72 Simplify power_monitor api. 2014-04-17 17:13:17 +08:00
atom Simplify power_monitor api. 2014-04-17 17:13:17 +08:00
chrome Add LICENSE in chrome/. 2014-03-16 09:15:41 +08:00
docs 📝 Add docs for executeJavaScriptInDevTools. 2014-04-08 12:52:42 +08:00
script Fix cpplint warning. 2014-04-15 15:42:46 +08:00
spec Deprecate app.terminate API. 2014-04-10 15:08:14 +08:00
tools linux: Generate symbols from the symbol file. 2014-03-11 09:04:41 +00:00
vendor Use Dictionary to set module.exports. 2014-04-16 15:43:06 +08:00
.gitignore Add /vendor/npm to gitignore. 2014-04-02 09:58:38 +08:00
.gitmodules Add native_mate as dependency. 2014-04-15 11:15:46 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
README.md 📝 Update repo link to atom/atom 2013-12-04 09:09:30 -08:00
atom.gyp Add native_mate implemented Event and EventEmitter. 2014-04-17 17:12:27 +08:00
common.gypi Do not use new clang flags. 2014-04-15 00:18:42 +08:00
filename_rules.gypi Ship the filename_rules.gypi which is modified from chromium. 2013-07-22 15:59:59 +08:00
package.json Bump v0.11.10. 2014-04-11 21:02:22 +08:00

README.md

Atom Shell

Native layer for the Atom editor.

Features

  • Write desktop applications with web techniques
  • Support built-in and third-party modules of node.js
  • Support native node.js modules
  • Extended built-in modules for desktop programming
  • JavaScript on browser side
  • Easy API for cross-process communication

Usage & Development

See the docs here.

License

See the LICENSE file.