Mailspring/examples
2015-09-21 11:36:54 -07:00
..
N1-Composer-Translate update(examples): Add github sidebar and translate examples 2015-09-21 11:36:54 -07:00
N1-Message-View-on-Github update(examples): Add github sidebar and translate examples 2015-09-21 11:36:54 -07:00
N1-Sidebar-Github update(examples): Add github sidebar and translate examples 2015-09-21 11:36:54 -07:00
README.md fix(README): Remove incorrect links, tell people to run apm 2015-09-21 11:13:24 -07:00

N1 Example Packages

Here you will find well-annotated samples to showcase how to build packages in N1.

Getting Started

  1. Each package is in its own folder. To try out a package, copy the folder into $HOME/.nylas/packages, run apm install, and restart N1.
  2. The entry point of each package is the activate method of lib/main.cjsx. Most packages do nothing but register themselves with the ComponentRegistry
  3. Read the annotated source code of the package files.