# netlify-cms-lib-util

> Shared utilities for Netlify CMS.

Latest version **2.15.1** (published 2022-04-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install netlify-cms-lib-util
pnpm add netlify-cms-lib-util
yarn add netlify-cms-lib-util
bun add netlify-cms-lib-util
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: esm support; no vulnerabilities; high maintenance score; popular repo.

Warnings: low downloads; no types.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.15.1 |
| Published | 2022-04-13 |
| First published | 2018-07-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 850.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19404 |
| Maintainers | orinokai, ericap, seanroberts, dustincrogers, skn0tt, mikewen, dengeist, biilmann, marcus.netlify, erezro, jgantunes, eduardoboucas, netlify-bot, nasiba, zachleat, ascorbic, erquhart |
| Keywords | netlify-cms |

## Links

- npm: https://www.npmjs.com/package/netlify-cms-lib-util
- Repository: https://github.com/netlify/netlify-cms.git#master
- Homepage: https://github.com/netlify/netlify-cms/tree/master#readme
- Issues: https://github.com/netlify/netlify-cms/issues
- npm.io page: https://npm.io/package/netlify-cms-lib-util

## Dependencies (3)

- [js-sha256](https://npm.io/package/js-sha256.md) ^0.9.0
- [semaphore](https://npm.io/package/semaphore.md) ^1.1.0
- [localforage](https://npm.io/package/localforage.md) ^1.7.3

## Recent versions

- 2.15.1 (latest) — 2022-04-13
- 2.5.0-beta.0 (beta) — 2019-12-18
- 2.4.0-beta.1 (not-latest) — 2019-08-27
- 2.15.0 — 2021-12-28
- 2.14.0 — 2021-10-18
- 2.13.3 — 2021-06-01
- 2.13.2 — 2021-05-31
- 2.13.1 — 2021-05-19
- 2.13.0 — 2021-04-04
- 2.12.3 — 2021-02-10
- 2.12.2 — 2021-02-01
- 2.12.1 — 2020-12-13
- 2.12.0 — 2020-11-26
- 2.11.5 — 2020-09-20
- 2.11.4 — 2020-09-15
- … 44 more at https://npm.io/package/netlify-cms-lib-util/versions

## README

# Lib Util

Shared utilities to handle various `netlify-cms-backend-*` backends operations.

## Code structure

This structure should be the same for backends.

At first, look at `Implementation`. This is File Management System API and has factory method for `AuthComponent`.

### File Management System API

An abstraction layer between the CMS and Git-repository manager API.

Used as backend in [cms-core](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/README.md).

### Low-level abstractions for Git-repository manager API:

- `API` - used for Entry files
- `git-lfs` - used for Media files
- and over halpful utilities

---
_Source: https://npm.io/package/netlify-cms-lib-util · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
