No description
Find a file
2015-04-02 23:02:22 +08:00
atom Fix calling our new APIs in patch 2015-04-02 23:02:22 +08:00
chromium_src
docs fix link 2015-04-01 03:24:39 +03:00
script Ship node.dll 2015-04-01 20:27:36 +08:00
spec
tools Fix calling js2c 2015-04-01 19:03:50 +08:00
vendor Link with component build shared libraries 2015-04-02 14:06:23 +08:00
.gitignore
.gitmodules
.travis.yml
appveyor.yml
atom.gyp Link with component build shared libraries 2015-04-02 14:06:23 +08:00
common.gypi Link with component build shared libraries 2015-04-02 14:06:23 +08:00
filename_rules.gypi
LICENSE
package.json Bump v0.22.3 2015-03-29 21:16:42 +08:00
README.md

Atom Shell Build Status

The Atom Shell framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on io.js and Chromium and is used in the Atom editor.

Downloads

Prebuilt binaries and debug symbols of atom-shell for Linux, Windows and Mac can be found on the releases page.

You can also use npm to install prebuilt atom-shell binaries:

# Install globally in your $PATH
npm install atom-shell -g

# Install as a development dependency
npm install atom-shell --save-dev

Mirrors

Documentation

Guides and the API reference are located in the docs directory. It also contains documents describing how to build and contribute to atom-shell.

Community

There is an atom-shell category on the Atom forums as well as an #atom-shell channel on Freenode.