No description
Find a file
2013-12-17 18:34:45 +08:00
app Make all the windows code compile for Chrome 31. 2013-12-17 17:52:57 +08:00
browser Continue fixing compilation erros on Windows. 2013-12-17 18:34:45 +08:00
common Make all the windows code compile for Chrome 31. 2013-12-17 17:52:57 +08:00
docs Merge pull request #144 from shama/typo 2013-12-13 08:44:06 -08:00
renderer Make setImmediate have the same side effect with upstream node. 2013-12-15 19:09:00 +08:00
script Also search C:/Program Files (x86) for node binary. 2013-12-17 13:14:54 +08:00
spec Use node-runas for testing native modules. 2013-12-17 12:00:21 +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 Update apm: Fix installing for node v0.11.x. 2013-12-16 22:37:43 +08:00
.gitignore Generate the distribution file under 'dist' directory. 2013-08-21 11:57:35 +08:00
.gitmodules Add breakpad. 2013-11-12 15:49:03 +08:00
atom.gyp Use node's Environment feature to add "require" in renderer. 2013-12-15 14:20:28 +08:00
common.gypi Make all the windows code compile for Chrome 31. 2013-12-17 17:52:57 +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.