Mailspring/packages
Juan Tejada 39c6c04bc4 [client-sync] metrics(Part 5) Rename PerformanceMonitor to GlobalTimer
Summary:
This global module wasn't really related to performance, but rather with
timing things across different processes in the app. I believe this name
is more appropriate.

Test Plan: I can still use NylasEnv.timer (instead of NylasEnv.perf)

Reviewers: spang, evan

Reviewed By: spang, evan

Differential Revision: https://phab.nylas.com/D3972
2017-02-21 11:47:33 -08:00
..
client-app [client-sync] metrics(Part 5) Rename PerformanceMonitor to GlobalTimer 2017-02-21 11:47:33 -08: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 4): Make /ingest-metrics use MetricsReporter 2017-02-21 11:46:15 -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