mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
.. | ||
N1-Github | ||
README.md |
N1 Example Packages
Here you will find well-annotated samples to showcase how to build packages in N1.
Getting Started
- Each package is in its own folder. Simply copy the folder you want to
try out to
$HOME/.nylas/packages
and restart N1. - The entry point of each package is the
activate
method oflib/main.cjsx
. Most packages do nothing but register themselves with theComponentRegistry
- Read the annotated source code of the package files.