A Community-led Hyper-Hackable Text Editor
Go to file
Kevin Sawicki f98d06d212 Add node_modules back to NODE_PATH
This is required until all packages are migrated to include their
dependencies in package.json instead of requiring other modules directly
from core.

This allows apm linking to still working while packages are migrated.
2013-09-20 17:20:01 -07:00
benchmark Use relative path to atom require 2013-09-20 10:03:01 -07:00
docs Implement declarative context menu loading 2013-09-19 14:21:31 -07:00
dot-atom 💄 add trailing newlines 2013-02-19 10:02:09 -07:00
exports Rename atom-api to atom 2013-09-20 10:03:01 -07:00
keymaps Remove keybindings for commands that mini editors don't use 2013-09-19 14:44:12 -07:00
resources/mac Register Atom to handle atom:// scheme URLs. 2013-07-10 18:57:26 +08:00
script Add SHA-1 based CoffeeScript compile cache 2013-09-09 18:56:15 +01:00
spec 💄 Require Editor and Range from atom 2013-09-20 17:06:30 -07:00
src Add node_modules back to NODE_PATH 2013-09-20 17:20:01 -07:00
static Use relative require path for coffee-cache 2013-09-20 10:02:20 -07:00
tasks Warm the theme cache for the base16 theme 2013-09-17 14:10:11 -07:00
vendor Remove nakedLoad and use standard require for jasmine 2013-09-20 10:02:18 -07:00
.gitignore Synchronize directory structure 2013-08-20 15:02:01 -07:00
.gitmodules Add bootstrap to package.json 2013-09-17 15:09:43 -07:00
.nakignore Remove node_modules from .nakignore 2013-09-20 13:00:27 -07:00
.pairs Merge branch 'master' into summit 2013-08-14 14:05:35 -07:00
atom.gyp Rename create-atom script to constructicon/build 2013-06-20 12:15:35 -07:00
atom.sh Expect output when -t/--test flag is specified 2013-08-28 12:54:16 -07:00
CHANGELOG.md Mention base16 theme now bundled 2013-09-17 11:02:13 -07:00
CONTRIBUTING.md Start doc messages with a 📝 2013-09-20 10:03:01 -07:00
Gruntfile.coffee Compile and lint exports folder 2013-09-20 10:03:02 -07:00
package.json Upgrade to settings-view@0.20.0 2013-09-20 15:28:43 -07:00
README.md Fix documentation links 2013-08-22 10:43:45 -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