|
11 years ago | |
---|---|---|
atom | d10292d95c Do not receive notifications after window is closed, fixes #265. | 11 years ago |
chrome | b1f4a47b5b Add LICENSE in chrome/. | 11 years ago |
docs | 1321fb8151 Assume users are using Xcode 5.1. | 11 years ago |
script | 831c7f5924 Fixed typos | 11 years ago |
spec | ed744bf1d2 Do not rely on external server in spec. | 11 years ago |
tools | 3c0ec73d75 win: Fix dumping symbols. | 11 years ago |
vendor | 3ccd90a690 Install apm from npm, fixes #236. | 11 years ago |
.gitignore | 9aefb9c2d3 Add /vendor/npm to gitignore. | 11 years ago |
.gitmodules | 3a78b5fa13 Use tabs instead of spaces | 11 years ago |
.travis.yml | bed0408ed0 Add initial Travis config | 11 years ago |
LICENSE | f176b2c58f Switch to use MIT license. | 11 years ago |
README.md | f263a8e9d5 Capitilization, grammar, and punctuation changes | 11 years ago |
atom.gyp | 23ccad4915 Separate the webContents code in a new file. | 11 years ago |
common.gypi | 1321fb8151 Assume users are using Xcode 5.1. | 11 years ago |
filename_rules.gypi | bc62d8c2c5 Ship the filename_rules.gypi which is modified from chromium. | 11 years ago |
package.json | b4890512a9 bump apm to 0.50.x | 11 years ago |
The Atom Shell framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on node.js and Chromium and is used in the Atom editor.
Prebuilt binaries of atom-shell for Linux, Windows and Mac can be found on the releases page.
Guides and the API reference are located in the docs directory. It also contains documents describing how to build and contribute to atom-shell.