📝 A simpler README.

This commit is contained in:
Cheng Zhao 2014-05-04 20:58:59 +08:00
parent f176b2c58f
commit 4da509f928

View file

@ -1,20 +1,19 @@
# Atom Shell ## Overview
Native layer for the [Atom editor](https://github.com/atom/atom). Atom Shell is a cross-platform desktop application shell. It provides a way to
build native like applications with [node.js](http://nodejs.org) and web page
engine of [Chromium](http://www.chromium.org).
## Features It is powering the [Atom editor](https://github.com/atom/atom).
* Write desktop applications with web techniques ## Downloads
* Support built-in and third-party modules of node.js
* Support native node.js modules
* Extended built-in modules for desktop programming
* JavaScript on browser side
* Easy API for cross-process communication
## Usage & Development Prebuilt binaries of atom-shell for Linux, Window and Mac could be found in the
[releases](https://github.com/atom/atom-shell/releases) page, new releases would
also be published there.
See the docs [here](https://github.com/atom/atom-shell/tree/master/docs). ## Documents
## License Visist the [docs](https://github.com/atom/atom-shell/tree/master/docs) in the
repository for usage guides and API references, it also includes how to build
See the [`LICENSE`](LICENSE) file. and contribute to atom-shell.