No description
Find a file
Cheng Zhao 50eb5454d4 Still subscribe to "updates" for update notifications.
It seems that we should subscribeError to checkForUpdatesCommand to
catch all errors, and the "updates" would only work when there is no
error happened.
2014-01-31 21:47:59 +08:00
app Move resources file under resources/ 2014-01-31 19:34:31 +08:00
browser Still subscribe to "updates" for update notifications. 2014-01-31 21:47:59 +08:00
common Move resources file under resources/ 2014-01-31 19:34:31 +08:00
docs Add docs on the node-integration setting. 2014-01-31 15:22:32 +08:00
renderer Move resources file under resources/ 2014-01-31 19:34:31 +08:00
script 💄 Fix cpplint warning. 2014-01-31 20:28:33 +08:00
spec :lipstip: Remove unneed output. 2014-01-14 16:04:47 +08:00
tools win: Do not generate symbols for static libraries and strip .pdb in symbol name. 2013-11-28 20:53:07 +08:00
vendor Specify the commit of libchromiumcontent to download. 2014-01-31 12:09:43 +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
atom.gyp Merge branch 'master' into cj-replace-sparkle-with-squirrel 2014-01-31 19:36:26 +08:00
common.gypi Fix gyp error on CI. 2014-01-21 20:34:35 +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 Sort devDependencies. 2014-01-28 09:36:32 +08:00
README.md 📝 Update repo link to atom/atom 2013-12-04 09:09:30 -08:00

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.