# netlify-cms-backend-test

> Development testing backend for Netlify CMS

Latest version **2.11.3** (published 2021-06-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install netlify-cms-backend-test
pnpm add netlify-cms-backend-test
yarn add netlify-cms-backend-test
bun add netlify-cms-backend-test
```

## 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.11.3 |
| Published | 2021-06-01 |
| First published | 2018-07-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 288.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19395 |
| Maintainers | lukeoliff, ascorbic, zachleat, nasiba, netlify-bot, charliegerard, eduardoboucas, jgantunes, biilmann, benaiah, erquhart, shortdiv, marcus.netlify, ehmicky, erezro, lesliecdubs, futuregerald, neolegends, lindsaylevine |
| Keywords | netlify, netlify-cms, backend |

## Links

- npm: https://www.npmjs.com/package/netlify-cms-backend-test
- 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-backend-test

## Recent versions

- 2.11.3 (latest) — 2021-06-01
- 2.11.0-beta.0 (beta) — 2021-05-03
- 2.11.2 — 2021-05-31
- 2.11.1 — 2021-05-19
- 2.11.0 — 2021-05-04
- 2.10.7 — 2021-02-23
- 2.10.6 — 2021-02-10
- 2.10.5 — 2020-09-20
- 2.10.4 — 2020-09-15
- 2.10.3 — 2020-09-08
- 2.10.2 — 2020-08-20
- 2.10.1 — 2020-07-27
- 2.10.0 — 2020-06-18
- 2.9.0 — 2020-06-01
- 2.8.1 — 2020-04-01
- … 28 more at https://npm.io/package/netlify-cms-backend-test/versions

## README

# Test backend

The backend behind https://cms-demo.netlify.com/.
Used for demo purposes only.

## Code structure

`Implementation` for [File Management System API](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/README.md) based on simple JS objects:

```js
window.repoFiles // json file-system tree
window.repoFilesUnpublished // flat file list
```

`AuthenticationPage` - A component which allow skip `login screen` for demo purposes.

Look at tests or types for more info.

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