No description
Find a file
Cheng Zhao bf4756fdfb Pass PATH environment in the child_process.fork spec.
The uv_spawn under Windows requires the PATH environment variable to be
there, otherwise it would throw a 203 system error, it should be a bug
of node.
2013-09-05 14:55:22 +08:00
app Use base::Environment to replace getenv. 2013-09-05 12:18:19 +08:00
browser Merge pull request #65 from atom/custom-protocol 2013-09-04 03:33:09 -07:00
common Merge pull request #65 from atom/custom-protocol 2013-09-04 03:33:09 -07:00
docs Merge pull request #65 from atom/custom-protocol 2013-09-04 03:33:09 -07:00
renderer Don't pollute console with error stack. 2013-08-30 13:04:21 +08:00
script 💄 fix reversed flag for updating latest version. 2013-09-02 18:17:06 +08:00
spec Pass PATH environment in the child_process.fork spec. 2013-09-05 14:55:22 +08:00
tools Update brightray: fix building with ninja. 2013-07-02 17:33:43 +08:00
vendor Make child_process.fork work when options.env is set. 2013-09-05 09:47:32 +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 Merge pull request #65 from atom/custom-protocol 2013-09-04 03:33:09 -07: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.