electron/README.md

37 строки
1.2 KiB
Markdown
Исходник Обычный вид История

2014-05-06 01:19:16 +04:00
# Atom Shell [![Build Status](https://travis-ci.org/atom/atom-shell.svg?branch=master)](https://travis-ci.org/atom/atom-shell)
2014-05-05 22:56:35 +04:00
The Atom Shell framework lets you write cross-platform desktop applications
using JavaScript, HTML and CSS. It is based on [io.js](http://iojs.org) and
2014-05-05 22:56:35 +04:00
[Chromium](http://www.chromium.org) and is used in the [Atom
editor](https://github.com/atom/atom).
2013-04-12 05:46:58 +04:00
2014-05-04 16:58:59 +04:00
## Downloads
2013-04-12 05:46:58 +04:00
2014-05-06 22:34:02 +04:00
Prebuilt binaries of atom-shell for Linux, Windows and Mac can be found on the
2014-05-05 22:56:35 +04:00
[releases](https://github.com/atom/atom-shell/releases) page.
2013-04-12 05:46:58 +04:00
You can also use [`npm`](https://docs.npmjs.com/) to install prebuilt atom-shell binaries:
```
2015-03-01 22:58:33 +03:00
# Install globally in your $PATH
npm install atom-shell -g
2015-03-01 22:58:33 +03:00
# Install as a development dependency
npm install atom-shell --save-dev
```
2015-01-19 17:30:33 +03:00
### Mirrors
- [China Mirror](https://npm.taobao.org/mirrors/atom-shell): Improve download speeds for Chinese user.
2014-05-05 22:56:35 +04:00
## Documentation
2013-04-12 05:46:58 +04:00
Guides and the API reference are located in the
2014-05-05 22:56:35 +04:00
[docs](https://github.com/atom/atom-shell/tree/master/docs) directory. It also
2014-05-06 07:13:19 +04:00
contains documents describing how to build and contribute to atom-shell.
2014-05-14 22:32:24 +04:00
## Community
There is an [`atom-shell` category on the Atom forums](http://discuss.atom.io/category/atom-shell)
as well as an `#atom-shell` channel on Freenode.