Mailspring/packages
Juan Tejada dc2f032325 [*] metrics(Part 3) Don't report CPU usage on every reportEvent
Summary: See title

Test Plan: Manual

Reviewers: spang

Reviewed By: spang

Differential Revision: https://phab.nylas.com/D3968
2017-02-21 11:45:29 -08:00
..
client-app [client-app] resolve symlinks before copying files 2017-02-21 14:36:18 -05:00
client-sync [local-sync] metrics(Part 2) Move MetricsReporter to isomorphic-core 2017-02-21 11:44:21 -08:00
isomorphic-core [*] metrics(Part 3) Don't report CPU usage on every reportEvent 2017-02-21 11:45:29 -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