Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benoitclaveau/oups

Error collection
https://github.com/benoitclaveau/oups

Last synced: 19 days ago
JSON representation

Error collection

Awesome Lists containing this project

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