Files
atom/docs
Corey Johnson fab60e7faa Create separate instruction
I'm not sure if this step is needed, but it existed before. If it is 
needed we should include WHY you have to do this.
2014-05-14 14:04:56 -07:00
..
2014-05-07 08:52:58 +01:00
2014-05-07 08:52:58 +01:00
2014-03-11 12:29:23 -07:00
2014-05-07 08:52:58 +01:00
2014-02-27 08:00:43 -08:00
2014-05-07 08:52:58 +01:00
2014-05-04 15:48:25 -07:00
2013-10-30 15:21:51 -07:00

Welcome to the Atom API Documentation

Atom

FAQ

Where do I start?

Check out EditorView and Editor classes for a good overview of the main editor API.

How do I access these classes?

Check out the Atom class docs to see what globals are available and what they provide.

You can also require many of these classes in your package via:

{EditorView} = require 'atom'

The classes available from require 'atom' are:

How do I create a package?

You probably want to read the creating a package doc first and come back here when you are done.

Where are the node docs?

Atom ships with node 0.11.10 and the comprehensive node API docs are available here.