# setupme

> Library to manage option configuration

Latest version **1.0.3** (published 2020-02-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install setupme
pnpm add setupme
yarn add setupme
bun add setupme
```

## 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.0.3 |
| Published | 2020-02-21 |
| First published | 2020-02-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 55 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Juan Castro Fernández |
| Maintainers | castrofernandez |

## Links

- npm: https://www.npmjs.com/package/setupme
- Repository: https://github.com/castrofernandez/setupme
- Homepage: https://github.com/castrofernandez/setupme#readme
- Issues: https://github.com/castrofernandez/setupme/issues
- npm.io page: https://npm.io/package/setupme

## Dependencies (1)

- [compareme](https://npm.io/package/compareme.md) ^1.0.6

## Recent versions

- 1.0.3 (latest) — 2020-02-21
- 1.0.2 — 2020-02-16
- 1.0.1 — 2020-02-16
- 1.0.0 — 2020-02-16

## README

# setupme
Library to manage option configuration

1. Install 

```
npm install setupme
```

2. Usage

```
import setupme from 'setupme';

setupme.validate({option: '1'}, {option: 1});
```

3. Run tests

```
npm run test
```

4. Upload build

```
npm publish
```

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