:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Перейти к файлу
Cheng Zhao 630e1b54e8 gtk: Fix BrowserWindow::HasModalDialog. 2014-03-18 14:52:45 +08:00
atom gtk: Fix BrowserWindow::HasModalDialog. 2014-03-18 14:52:45 +08:00
chrome Add LICENSE in chrome/. 2014-03-16 09:15:41 +08:00
docs 📝 Update docs for new source code structure. 2014-03-16 09:17:45 +08:00
script linux: Include content_shell.pak in distribution. 2014-03-18 14:10:35 +08:00
spec 💄 Remove console output. 2014-03-10 22:46:15 +08:00
tools linux: Generate symbols from the symbol file. 2014-03-11 09:04:41 +00:00
vendor Disable the detachment of devtools. 2014-03-04 19:59:25 +08:00
.gitignore Generate the distribution file under 'dist' directory. 2013-08-21 11:57:35 +08:00
.gitmodules Use the gyp vendored by brightray. 2013-12-25 18:47:19 +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 Fix the location default_app is copied to. 2014-03-16 15:19:09 +08:00
common.gypi Build with -g on Linux. 2014-03-03 12:35:52 +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.0. 2014-03-16 19:06:46 +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.