Mailspring/packages
Juan Tejada 8afb14c4c6 [*] metrics(Part 4): Make /ingest-metrics use MetricsReporter
Summary:
This ensures that the Libhoney instance is a singleton in cloud
processes.

Test Plan: manual

Reviewers: mark, spang

Reviewed By: spang

Differential Revision: https://phab.nylas.com/D3969
2017-02-21 11:46:15 -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 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