No description
Find a file
2013-11-05 13:15:17 +08:00
app Add a corresponding .h file for atom_main.cc. 2013-11-05 13:12:13 +08:00
browser Get the status of devtools from brightray, fixed #27. 2013-11-05 10:32:45 +08:00
common Bump v0.6.8. 2013-11-05 13:15:17 +08:00
docs Mention required options of WDK and Win7 SDK, fixed #114. 2013-10-31 20:06:36 +08:00
renderer Use the convient V8 wrapper in all files. 2013-09-24 09:41:54 +08:00
script win: Ship the pdb file, fixes #112. 2013-10-26 17:44:51 +08:00
spec mac: Enable to set the 'Help' menu, fixes #109. 2013-10-17 10:21:24 +08:00
tools Update brightray: fix building with ninja. 2013-07-02 17:33:43 +08:00
vendor Get the status of devtools from brightray, fixed #27. 2013-11-05 10:32:45 +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 Add a corresponding .h file for atom_main.cc. 2013-11-05 13:12:13 +08:00
common.gypi Expose libuv's symbols. 2013-10-28 10:47:04 +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 Fix the "'true' is not recognized as an internal or external command" error. 2013-11-01 10:15:41 +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.