---
title: Core
tags: Readme
---

<h1 align="center">@axelor/aos-mobile-core</h1>

<div align="center">
    <img src="https://i.imgur.com/KJAAFlT.png" width="30%"/>
</div>

## Presentation

This package was developed for the [Axelor Open Mobile](https://github.com/axelor/axelor-mobile) application.

It contains:

- API providers
- Auth module with login and user screens
- Translations management system
- Various helper tools : clipboard, file viewer, external app management
- AOS linked components or using external libraries : Camera, Scanner, PlanningView, Stopwatch, ...
- Menu management
- Storage management
- and many more...

## Usage

Install the library :

```bash
yarn add @axelor/aos-mobile-core
```

This package has a few required libraries as peer dependencies, please check package.json for more informations.

For more information about how to use the tools, please check the [documentation](https://docs.axelor.com/aos-mobile/).

## Developpment

This package is developed as part of the Axelor Open Mobile application. To contribute, please go to the [Github project](https://github.com/axelor/axelor-mobile) and follow the guidelines. You will also find an installation guide to help you configure your environment.
