CODE_ORGANIZATION.md
<!--
Better view:
- online: https://cozy-labs.github.io/cozy-desktop/api/
- offline: see ./api/index.html
-->
<a href="https://cozy.io">
<img style="float: left; margin-right: 1em"
src="https://cdn.rawgit.com/cozy/cozy-guidelines/master/templates/cozy_logo_small.svg"
alt="Cozy logo">
</a>
# [Cozy](https://cozy.io) Drive for Desktop
## Code Organization
- [`core`](./module-core.html): The core of the synchronization.
- [`core/utils`](./module-core_utils.html): Helpers not specific to the
synchronization domain.
- [`dev`](./module-dev.html): Development tools.
- [`gui`](./module-gui.html): The graphical user interface of the app.
- [`test`](./module-test.html): Automated tests & tools.