:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Перейти к файлу
Cheng Zhao 5f4a9316f1 📝 Add usage of productName of package.json. 2013-12-05 11:46:36 +08:00
app Bump v0.7.4. 2013-12-04 22:12:58 +08:00
browser Choose a better name for the default_app. 2013-12-05 11:31:16 +08:00
common Add conversions between V8 Value and GURL. 2013-12-05 10:07:51 +08:00
docs 📝 Add usage of productName of package.json. 2013-12-05 11:46:36 +08:00
renderer Use the convient V8 wrapper in all files. 2013-09-24 09:41:54 +08:00
script No need to ship atom.exe.pdb any more. 2013-11-28 20:14:45 +08:00
spec Add "Edit" menu in specs window. 2013-11-29 16:21:43 +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 Add script to generate symbols from pdbs on Windows. 2013-11-26 21:23:50 +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
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
README.md Update link to docs 2013-08-20 09:40:40 -07:00
atom.gyp Fix executing python script in gyp. 2013-11-28 20:11:06 +08:00
common.gypi win: Fix error when bootstraping. 2013-11-19 20:43:30 +08:00
filename_rules.gypi Ship the filename_rules.gypi which is modified from chromium. 2013-07-22 15:59:59 +08:00
package.json Bump v0.7.4. 2013-12-04 22:12:58 +08:00

README.md

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.