No description
Find a file
2013-08-14 15:52:00 -07:00
app Fix process.argv[0] for child_process.fork. 2013-08-08 16:57:07 +08:00
browser [Mac] Clean up the menu controller. 2013-08-14 23:03:02 +08:00
common Revert "Use named property handler for createObjectWithName." 2013-08-14 21:17:15 +08:00
docs Convert wiki links to relative markdown links 2013-08-14 15:52:00 -07:00
renderer Enable passing objects and arrays when calling remote function. 2013-08-14 21:51:51 +08:00
script 💄 for cpplint. 2013-08-13 17:07:36 +08:00
spec Use Menu.buildFromTemplate instead of raw menu APIs. 2013-08-14 21:49:13 +08:00
tools Update brightray: fix building with ninja. 2013-07-02 17:33:43 +08:00
vendor Update brightray: Disable Chromium's DataExtension. 2013-08-13 16:38:24 +08:00
.gitignore Discard the extra node binary. 2013-08-08 16:57:07 +08:00
.gitmodules Update node before running npm. 2013-08-03 16:38:02 +08:00
atom.gyp [Mac] Ship the MenuController implementation from Chromium. 2013-08-14 22:24:21 +08:00
common.gypi [Win] Ignore 4049 link warning. 2013-07-24 18:33:27 +08:00
filename_rules.gypi Ship the filename_rules.gypi which is modified from chromium. 2013-07-22 15:59:59 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
package.json Add test for d3 module. 2013-08-12 13:59:34 +08:00
README.md Fix README on the license thing. 2013-08-08 16:57:07 +08:00

Atom Shell

Native layer for the Atom.

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 Wiki.

License

See the LICENSE file.