No description
Find a file
Cheng Zhao aedacd39d2 Rename 'finish-launching' event to 'ready',
'finish-launching' is more like a OS X message name, and in atom-shell
it means initialization has done, so 'ready' seems to be a better name
and more easy to remember.

The 'will-finish-launching' event just represents the corresponding
message on OS X and is the same with 'ready' on other platforms, so we
keep its name to indicate that it's only useful for OS X specified
code.
2013-12-27 11:08:26 +08:00
app Print pid when logging. 2013-12-23 22:04:49 +08:00
browser Rename 'finish-launching' event to 'ready', 2013-12-27 11:08:26 +08:00
common Use our fork of V8ValueConverter for all cases. 2013-12-23 22:42:21 +08:00
docs Rename 'finish-launching' event to 'ready', 2013-12-27 11:08:26 +08:00
renderer Use our fork of V8ValueConverter for all cases. 2013-12-23 22:42:21 +08:00
script Use the gyp vendored by brightray. 2013-12-25 18:47:19 +08:00
spec Rename 'finish-launching' event to 'ready', 2013-12-27 11:08:26 +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 Use the gyp vendored by brightray. 2013-12-25 18:47:19 +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 Use our fork of V8ValueConverter for all cases. 2013-12-23 22:42:21 +08:00
common.gypi Update node: Removed two unused patches. 2013-12-20 14:20:24 +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 Merge branch 'master' into chrome31 2013-12-17 12:58:25 +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.