Mailspring/packages
2017-02-21 17:32:22 -05:00
..
client-app [client-app] update build system 2017-02-21 17:32:22 -05:00
client-sync [*] metrics(Part 6) MetricsReporter.reportEvent now requires a nylasId 2017-02-21 11:48:45 -08:00
isomorphic-core [client-sync] Add per-Account IMAP connection pooling 2017-02-21 14:00:08 -08:00
README.md [*] update and add READMEs to each package 2017-02-17 17:28:09 -08:00

Monorepo Packages

Each folder here is designed to act as its own repository. For development convenience, they are all included here in one monorepo. This allows us to grep across multiple codebases, not use submodules, and keep a unified commit history.

We use Lerna to manage the monorepo and tie them all together with the main nylas-mail-all/scripts/postinstall.js script, which in turn, calls lerna bootstrap