<div align="center">

![DARK_BANNER](https://raw.githubusercontent.com/wonize/biruni/main/docs/src/public/assets/react/dark.png#gh-dark-mode-only)
![LIGHT_BANNER](https://raw.githubusercontent.com/wonize/biruni/main/docs/src/public/assets/react/light.png#gh-light-mode-only)

<br/>

Unified All-In-One Storage Utilities

![version][VERSION_BADGE]
[![MIT License][LICENSE_BADGE]][LICENSE]

</div>

## Features

-   Simple API's
-   Easy-to-Use API's
-   Plugin API's for extensibility
-   Type Safety powerd by Typescript

## Installation

[![npm][INSTALLATION_NPM_BADGE]][INSTALLATION_NPM]
[![Yarn][INSTALLATION_YARN_BADGE]][INSTALLATION_YARN]
[![pnpm][INSTALLATION_PNPM_BADGE]][INSTALLATION_PNPM]
[![bun][INSTALLATION_BUN_BADGE]][INSTALLATION_BUN]
[![deno][INSTALLATION_DENO_BADGE]][INSTALLATION_DENO]

### npm :

```sh
$ npm install --save @biruni/capacitor-preferences @capacitor/preferences
```

### yarn :

```sh
$ yarn add @biruni/capacitor-preferences @capacitor/preferences
```

### pnpm :

```sh
$ pnpm add --save @biruni/capacitor-preferences @capacitor/preferences
```

### Bun :

```sh
$ bun add @biruni/capacitor-preferences @capacitor/preferences
```

## Documentation

see in [Al-Biruni Doc's][HOMEPAGE]

## LICENSE

Under [GPLv3 LICENSE](./LICENSE.md)

<!-- URL -->

[REPO]: https://github.com/wonize/biruni/tree/main/packages/@capacitor/preferences
[HOMEPAGE]: https://wonize.github.io/biruni/plugin/capacitor-preferences/
[INSTALLATION_NPM_BADGE]: https://img.shields.io/static/v1?style=for-the-badge&message=npm&color=CB3837&logo=npm&logoColor=FFFFFF&label=
[INSTALLATION_YARN_BADGE]: https://img.shields.io/static/v1?style=for-the-badge&message=Yarn&color=2C8EBB&logo=Yarn&logoColor=FFFFFF&label=
[INSTALLATION_PNPM_BADGE]: https://img.shields.io/static/v1?style=for-the-badge&message=pnpm&color=FF6C37&logo=pnpm&logoColor=FFFFFF&label=
[INSTALLATION_BUN_BADGE]: https://img.shields.io/static/v1?style=for-the-badge&message=bun&color=E2BD8C&logo=bun&logoColor=FFFFFF&label=
[INSTALLATION_DENO_BADGE]: https://img.shields.io/static/v1?style=for-the-badge&message=deno&color=323232&logo=deno&logoColor=FFFFFF&label=
[INSTALLATION_NPM]: #npm-
[INSTALLATION_YARN]: #yarn-
[INSTALLATION_PNPM]: #pnpm-
[INSTALLATION_BUN]: #bun-
[INSTALLATION_DENO]: https://deno.land/manual@v1.36.4/examples/manage_dependencies
[VERSION_BADGE]: https://img.shields.io/npm/v/biruni?color=6B1D1D&label=VERSION&style=flat-square
[LICENSE_BADGE]: https://img.shields.io/npm/l/biruni?color=6B1D1D&label=LICENSE&style=flat-square
[LICENSE]: https://github.com/wonize/biruni/blob/main/LICENSE
