electron/README.md
2014-05-05 14:19:16 -07:00

19 lines
769 B
Markdown

# Atom Shell [![Build Status](https://travis-ci.org/atom/atom-shell.svg?branch=master)](https://travis-ci.org/atom/atom-shell)
## Overview
The Atom Shell framework lets you write cross-platform desktop applications
using JavaScript, HTML and CSS. It is based on [node.js](http://nodejs.org) and
[Chromium](http://www.chromium.org) and is used in the [Atom
editor](https://github.com/atom/atom).
## Downloads
Prebuilt binaries of atom-shell for Linux, Window and Mac can be found on the
[releases](https://github.com/atom/atom-shell/releases) page.
## Documentation
Guides and the API reference is located in the
[docs](https://github.com/atom/atom-shell/tree/master/docs) directory. It also
contains documents describing how to build and contributeto atom-shell.