# frontendbookshelf-data

> Data & CMS for frontendbookshelf

Latest version **1.1.0** (published 2017-05-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install frontendbookshelf-data
pnpm add frontendbookshelf-data
yarn add frontendbookshelf-data
bun add frontendbookshelf-data
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2017-05-01 |
| First published | 2017-03-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.0.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Andrew Romanov |
| Maintainers | andrew-r |

## Links

- npm: https://www.npmjs.com/package/frontendbookshelf-data
- Repository: https://github.com/andrew--r/frontendbookshelf-data
- Homepage: https://github.com/andrew--r/frontendbookshelf-data#readme
- Issues: https://github.com/andrew--r/frontendbookshelf-data/issues
- npm.io page: https://npm.io/package/frontendbookshelf-data

## Recent versions

- 1.1.0 (latest) — 2017-05-01
- 1.0.0 — 2017-03-31
- 0.2.0 — 2017-03-22
- 0.1.0 — 2017-03-19
- 0.0.5 — 2017-03-16
- 0.0.4 — 2017-03-11
- 0.0.3 — 2017-03-11
- 0.0.2 — 2017-03-11
- 0.0.1 — 2017-03-11

## README

[![Build Status](https://travis-ci.org/andrew--r/frontendbookshelf-data.svg?branch=master)](https://travis-ci.org/andrew--r/frontendbookshelf-data)

# Frontend Bookshelf data

```bash
$ yarn # install dependencies
```

## CMS

Here are a few handy CLI programs for managing data:

* `./cms/list-books.js`
* `./cms/list-tags.js`
* `./cms/add-book.js`
* `./cms/add-tags.js`
* `./cms/remove-books.js`
* `./cms/remove-tags.js`

These programs require installed Node.js >= 6.0.0. They are executable, so you
don't have to write `node ./cms/program-name.js`, just type
`./cms/program-name.js` in your terminal. Note: if you use Windows, you
*have to* specify `node` before a program path.

To find out more about every program, run it with flag `-h` or `--help`,
for example:

```bash
$ ./cms/list-tags.js --help

  Usage: list-tags [options]

  Lists existing tags

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

```

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