Mailspring/examples
Ben Gotow 94092032b0 fix(developer-bar): Critical fixes to curl display
- Do not sort and then reverse the request history every time it's requested
- Do not allow the request history to grow forever (cap at 200)
- Do not stringify tasks until they're clicked
2015-09-27 23:43:59 -07:00
..
N1-Composer-Translate update(examples): Add github sidebar and translate examples 2015-09-21 11:36:54 -07:00
N1-Github-Contact-Card-Section fix(developer-bar): Critical fixes to curl display 2015-09-27 23:43:59 -07:00
N1-Message-View-on-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.