Mailspring/examples
2015-09-21 11:11:04 -07:00
..
N1-Github fix(n1-github): Bad reference to React, missing dependencies 2015-09-21 11:11:04 -07:00
README.md docs(github): add documentation to the Github sample 2015-09-20 17:20:08 -04: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. Simply copy the folder you want to try out to $HOME/.nylas/packages 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.