Update README.
This commit is contained in:
parent
b2872eaf60
commit
3b615d7fad
1 changed files with 11 additions and 10 deletions
21
README.md
21
README.md
|
@ -1,19 +1,20 @@
|
||||||
# Atom Shell
|
# Atom Shell
|
||||||
|
|
||||||
Experimental native layer for the [Atom](https://github.com/github/atom).
|
Native layer for the [Atom](https://github.com/github/atom).
|
||||||
|
|
||||||
## Development
|
## Features
|
||||||
|
|
||||||
### One-time setup
|
* Write desktop applications with web techniques
|
||||||
|
* 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
|
||||||
|
|
||||||
$ script/bootstrap
|
## Usage & Development
|
||||||
|
|
||||||
### Building
|
See the [Wiki](https://github.com/atom/atom-shell/wiki).
|
||||||
|
|
||||||
$ script/build
|
|
||||||
|
|
||||||
This will build the app into the `build` directory.
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
See the [`LICENSE`](LICENSE) file.
|
We use MIT license, see the [`LICENSE`](LICENSE) file.
|
||||||
|
|
Loading…
Reference in a new issue