No description
Find a file
Cheng Zhao c2093946c8 Add flag for upload script to skip updating version.
When uploading multiple distributions in future, we need to make sure
all distributions have to ben uploaded before triggering the
update-atom-shell script of Atom.
2013-08-31 10:48:47 +08:00
app [Win] Fix the command line spliting code. 2013-08-16 18:48:02 +08:00
browser Merge pull request #79 from atom/message-box-button-order 2013-08-30 16:41:25 -07:00
common Dump v0.4.1. 2013-08-29 11:19:34 +08:00
docs Merge pull request #71 from atom/78-chars-or-death 2013-08-29 10:41:39 -07:00
renderer Enable passing objects and arrays when calling remote function. 2013-08-14 21:51:51 +08:00
script Add flag for upload script to skip updating version. 2013-08-31 10:48:47 +08:00
spec Disable spec for window.close() since it would not be fixed for a while. 2013-08-29 18:03:56 +08:00
tools Update brightray: fix building with ninja. 2013-07-02 17:33:43 +08:00
vendor Update apm. 2013-08-29 11:30:56 +08:00
.gitignore Generate the distribution file under 'dist' directory. 2013-08-21 11:57:35 +08:00
.gitmodules Update apm URL to new location in atom org. 2013-08-20 09:30:05 -07:00
atom.gyp [Win] Remove the extra MenuWrapper class. 2013-08-19 16:30:25 +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 Update link to docs 2013-08-20 09:40:40 -07: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 docs here.

License

See the LICENSE file.