:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Перейти к файлу
Cheng Zhao d508f711c6 Add convenient accessors for Window API. 2013-04-18 15:57:53 +08:00
app 💄 for cpplint. 2013-04-14 17:33:44 +08:00
browser Add convenient accessors for Window API. 2013-04-18 15:57:53 +08:00
common Use JavaScript to open the main window. 2013-04-17 20:05:43 +08:00
renderer 💄 2013-04-12 23:20:09 +08:00
script Write js codes in coffee script. 2013-04-14 22:48:35 +08:00
vendor Expose interface of NativeWindow in javascript. 2013-04-17 22:49:49 +08:00
.gitignore Write js codes in coffee script. 2013-04-14 22:48:35 +08:00
.gitmodules Build with node. 2013-04-12 22:52:32 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
README.md Fix README. 2013-04-16 00:26:43 +08:00
atom.gyp Use JavaScript to open the main window. 2013-04-17 20:05:43 +08:00
package.json Write js codes in coffee script. 2013-04-14 22:48:35 +08:00

README.md

Atom Shell

Experimental native layer for the Atom.

Development

One-time setup

$ script/bootstrap https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent

Building

$ script/build

This will build the app into the build directory.

License

See the LICENSE file.