mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 18:23:21 +08:00
13 lines
491 B
Markdown
13 lines
491 B
Markdown
# 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.
|