# oups

> Error collection

Latest version **0.0.16** (published 2018-07-17) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.16 |
| Published | 2018-07-17 |
| First published | 2017-10-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 11.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Benoît Claveau |
| Maintainers | benoit.claveau |
| Keywords | Error, ES6, Litteral, Template, String, HttpError |

## Links

- npm: https://www.npmjs.com/package/oups
- Repository: https://github.com/BenoitClaveau/oups
- Issues: https://github.com/BenoitClaveau/oups/issues
- npm.io page: https://npm.io/package/oups

## Dependencies (2)

- [i18n](https://npm.io/package/i18n.md) latest
- [chalk](https://npm.io/package/chalk.md) latest

## Alternatives

- [@sentry/react-native](https://npm.io/package/@sentry/react-native.md) — 2.6M weekly downloads
- [@ardatan/aggregate-error](https://npm.io/package/@ardatan/aggregate-error.md) — 708.1K weekly downloads
- [custom-error-generator](https://npm.io/package/custom-error-generator.md) — 2.0K weekly downloads
- [@technik-sde/prosemirror-recreate-transform](https://npm.io/package/@technik-sde/prosemirror-recreate-transform.md) — 1.5K weekly downloads
- [@suchipi/error-utils](https://npm.io/package/@suchipi/error-utils.md) — 78 weekly downloads

## Recent versions

- 0.0.16 (latest) — 2018-07-17
- 0.0.11 (beta) — 2017-12-15
- 0.0.15 — 2018-02-28
- 0.0.14 — 2018-02-28
- 0.0.13 — 2018-02-14
- 0.0.12 — 2018-01-24
- 0.0.10 — 2017-12-11
- 0.0.9 — 2017-11-29
- 0.0.8 — 2017-11-22
- 0.0.7 — 2017-11-08
- 0.0.6 — 2017-11-03
- 0.0.5 — 2017-10-31
- 0.0.4 — 2017-10-24
- 0.0.3 — 2017-10-23
- 0.0.2 — 2017-10-20
- … 1 more at https://npm.io/package/oups/versions

## README

# oups

Throw error with ES6 Template Strings.

```.js
throw new Error("Your ${es6} Template String", { es6: "ES6"});
```

 [![NPM][npm-image]][npm-url]
 [![Build Status][travis-image]][travis-url]
 [![Coverage Status][coveralls-image]][coveralls-url]
 [![NPM Download][npm-image-download]][npm-url]
 [![Dependencies Status][david-dm-image]][david-dm-url]


## Installation

```shell
npm install oups --save
```

## Test

To run our tests, clone the oups repo and install the dependencies.

```bash
$ git clone https://github.com/BenoitClaveau/oups --depth 1
$ cd oups
$ npm install
$ npm test
```

[npm-image]: https://img.shields.io/npm/v/oups.svg
[npm-image-download]: https://img.shields.io/npm/dm/oups.svg
[npm-url]: https://npmjs.org/package/oups
[travis-image]: https://travis-ci.org/BenoitClaveau/oups.svg?branch=master
[travis-url]: https://travis-ci.org/BenoitClaveau/oups
[coveralls-image]: https://coveralls.io/repos/BenoitClaveau/oups/badge.svg?branch=master&service=github
[coveralls-url]: https://coveralls.io/github/BenoitClaveau/oups?branch=master
[david-dm-image]: https://david-dm.org/BenoitClaveau/oups/status.svg
[david-dm-url]: https://david-dm.org/BenoitClaveau/oups

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