# @es-git/mix

> This is part of the [ES-Git](https://github.com/es-git/es-git) project.

Latest version **0.10.0** (published 2020-12-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install @es-git/mix
pnpm add @es-git/mix
yarn add @es-git/mix
bun add @es-git/mix
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.10.0 |
| Published | 2020-12-02 |
| First published | 2017-08-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 12.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | mariusgundersen |

## Links

- npm: https://www.npmjs.com/package/@es-git/mix
- npm.io page: https://npm.io/package/@es-git/mix

## Recent versions

- 0.10.0 (latest) — 2020-12-02
- 0.9.0 — 2018-06-06
- 0.1.2 — 2017-08-19
- 0.1.1 — 2017-08-13

## README

# mix

This is part of the [ES-Git](https://github.com/es-git/es-git) project.

## Install

```bash
npm install --save @es-git/mix
```

## Usage

This package provides a helper method for applying multiple mixins to a repo, working well with TypeScript.

```js
import objectsMixin from '@es-git/objects-mixin';
import walkersMixin from '@es-git/mix';
import MemoryRepo from '@es-git/memory-repo';

const Repo = mix(MemoryRepo)
            .with(objectsMixin)
            .with(walkersMixin)
            .with(pushMixin, fetch);
```

---
_Source: https://npm.io/package/@es-git/mix · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
