Cheng Zhao e4400c648d Revert "Run apm from node_modules"
This reverts commit 8742f6c06c.

The `node_modules/.bin/apm` is a bash script not a js script, so on
Windows `node node_modules/.bin/apm` would fail with:

```
C:\cygwin\home\zcbenz\codes\atom\node_modules\.bin\apm:2
basedir=`dirname "$0"`
        ^
SyntaxError: Unexpected token ILLEGAL
    at Module._compile (module.js:439:25)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
    at startup (node.js:119:16)
    at node.js:901:3
```
2013-10-30 10:51:06 +08:00
2013-10-29 15:02:05 -07:00
2013-10-28 17:27:44 -07:00
2013-10-28 09:23:18 -07:00
2013-10-22 15:52:04 -07:00
2013-10-30 10:51:06 +08:00
2013-10-29 15:55:07 -07:00
2013-10-29 15:55:07 -07:00
2013-10-23 10:42:13 -07:00
2013-10-28 18:23:40 -07:00
2013-10-29 08:38:42 -07:00
2013-09-17 15:09:43 -07:00
2013-08-14 14:05:35 -07:00
2013-09-30 16:43:25 -07:00

Atom — Futuristic Text Editing

atom

Check out our guides and API documentation.

Installing

Download the latest Atom release from speakeasy.

It will automatically update when a new release is available.

Building

Requirements

  • Mountain Lion
  • Boxen (Obviously Atom won't release with this requirement)

Installation

  1. gh-setup atom

  2. cd ~/github/atom

  3. script/build

Description
No description provided
Readme 447 MiB
Languages
JavaScript 88.3%
Less 8.7%
CoffeeScript 2.8%
Shell 0.1%