Mailspring/packages
Juan Tejada 6557618cb4 [iso-core] 🎨 Rename imap-pool.es6 to imap-connection-pool
To be consistent with the name of the exported module
2017-03-02 14:45:34 -08:00
..
client-app bump(version) 1.0.31 2017-03-02 12:10:50 -08:00
client-sync [client-sync] 🎨 lint errors 2017-03-01 15:48:16 -08:00
isomorphic-core [iso-core] 🎨 Rename imap-pool.es6 to imap-connection-pool 2017-03-02 14:45:34 -08:00
README.md [*] Rename postinstall.js -> postinstall.es6 2017-02-21 15:55:08 -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.es6 script, which in turn, calls lerna bootstrap