No Description

Cheng Zhao 14542f4fc8 Upgrade to Chrome 41 10 years ago
atom 14542f4fc8 Upgrade to Chrome 41 10 years ago
chromium_src 5c78ecfe40 scoped_ptr.PassAs is removed 10 years ago
docs af0690fb88 docs: "Quick start" should also be a "tutorial" 10 years ago
script 14542f4fc8 Upgrade to Chrome 41 10 years ago
spec 87cb2ece80 add DidFailProvisionalLoad method 10 years ago
tools 0f15dd04af Put compiled coffee sources into asar archive 10 years ago
vendor 14542f4fc8 Upgrade to Chrome 41 10 years ago
.gitignore 0b780def24 avoid overriding type value of showMessageBox 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 4b9f78e375 Update README to replace node.js with io.js 10 years ago
appveyor.yml a378a719e9 Don't run tests. 10 years ago
atom.gyp 0f15dd04af Put compiled coffee sources into asar archive 10 years ago
common.gypi 136b3da458 Add -stdlib=libc++ for linking 10 years ago
filename_rules.gypi d4e3c39fa5 Add AtomSpeechRecognitionManagerDelegate 10 years ago
package.json 4176d542a5 Bump v0.21.3 10 years ago

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