# hoodie-plugin-users

> Hoodie plugin for handling user accounts and dbs

Latest version **2.2.2** (published 2015-03-22) · 0 weekly downloads

## Install

```sh
npm install hoodie-plugin-users
pnpm add hoodie-plugin-users
yarn add hoodie-plugin-users
bun add hoodie-plugin-users
```

## 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 | 2.2.2 |
| Published | 2015-03-22 |
| First published | 2013-09-24 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 (+5 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 5 |
| Maintainers | caolan, svnlto, gr2m, jan, espy, boennemann, hoodiebot |

## Links

- npm: https://www.npmjs.com/package/hoodie-plugin-users
- Repository: https://github.com/hoodiehq/hoodie-plugin-users
- Issues: https://github.com/hoodiehq/hoodie-plugin-users/issues
- npm.io page: https://npm.io/package/hoodie-plugin-users

## Dependencies (4)

- [bs58](https://npm.io/package/bs58.md) ^1.2.0
- [async](https://npm.io/package/async.md) ^0.9.0
- [lodash](https://npm.io/package/lodash.md) ^2.4.1
- [simplesmtp](https://npm.io/package/simplesmtp.md) ^0.3.32

## Recent versions

- 2.2.2 (latest) — 2015-03-22
- 4.0.0 (next) — 2015-11-04
- 3.0.0 — 2015-11-03
- 2.2.1 — 2015-03-18
- 2.2.0 — 2015-03-01
- 2.1.4 — 2015-02-08
- 2.1.3 — 2014-11-12
- 2.1.2 — 2014-10-20
- 2.1.1 — 2014-10-08
- 2.1.0 — 2014-09-09
- 2.0.0 — 2014-09-03
- 1.0.0 — 2014-07-14
- 0.1.1 — 2014-06-05
- 0.1.0 — 2014-02-07
- 0.0.12 — 2014-02-01
- … 5 more at https://npm.io/package/hoodie-plugin-users/versions

## README

[![Build Status](https://travis-ci.org/hoodiehq/hoodie-plugin-users.svg)](https://travis-ci.org/hoodiehq/hoodie-plugin-users)
[![Dependency Status](https://david-dm.org/hoodiehq/hoodie-plugin-users.svg)](https://david-dm.org/hoodiehq/hoodie-plugin-users)
[![devDependency Status](https://david-dm.org/hoodiehq/hoodie-plugin-users/dev-status.svg)](https://david-dm.org/hoodiehq/hoodie-plugin-users#info=devDependencies)


# Hoodie Plugin Template

This is a template layout for a Hoodie plugin. It contains a Gruntfile with
appropriate tasks for running jshint, unit tests and browser tests against
a Hoodie server.

You'll need to have phantomjs and grunt installed:

```
npm install -g phantomjs grunt-cli
```

## To run tests / linting

Install dev dependencies:

```
npm install
```

Then run the 'test' task

```
grunt test
```

You can also run `test:unit` or `test:browser` individually.

If your plugin depends on other plugins being present (usually it will at
least depend on the hoodie users plugin), then make sure they're included
in your devDependencies in package.json and listed in the hoodie.plugins
property. This way, they'll also get started when the browser tests are
run.

NOTE: When running the browser tests, the grunt tasks will remove the local
Hoodie 'data' directory completely so you get a clean database to test
against. Be careful you don't use this path for any data you may want to
keep!

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