No Description

Cheng Zhao 2d8d328f02 Rename hard-coded application names in code 10 years ago
atom 2d8d328f02 Rename hard-coded application names in code 10 years ago
chromium_src 1b3b2cd402 linux: Don't dynamically load libgio 10 years ago
docs 43fe82e1e5 Merge branch 'master' into rename-to-electron 10 years ago
script 74be99de31 Use atom.gyp to generate filenames in upload-windows-pdb.py 10 years ago
spec 43fe82e1e5 Merge branch 'master' into rename-to-electron 10 years ago
tools 61100c9c0b No need to store apm's version in index.json 10 years ago
vendor a72c7b38a5 Don't hard code exec path in child_process.fork 10 years ago
.gitignore ca50cbb5ff Allow specifying the arch of libchromiumcontent to download 10 years ago
.gitmodules 8a52374951 Update brightray repo url to be under atom org 10 years ago
.travis.yml cc4b3e9e6f make CI build faster 10 years ago
LICENSE f176b2c58f Switch to use MIT license. 11 years ago
README.md 6615ef1054 Atom Shell -> Electron 10 years ago
atom.gyp c20dc06c96 PRODUCT_NAME => ATOM_PRODUCT_NAME 10 years ago
common.gypi aa07d5e557 win: Fix linking problem on x64 10 years ago
filenames.gypi 1b3b2cd402 linux: Don't dynamically load libgio 10 years ago
package.json b9b7928e7d Move version info to atom.gyp and discard apm dependency 10 years ago

README.md

Electron Build Status

The Electron 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.