# fantasy-helpers

> Helpers library for Fantasy Land

Latest version **0.0.1** (published 2013-10-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install fantasy-helpers
pnpm add fantasy-helpers
yarn add fantasy-helpers
bun add fantasy-helpers
```

## 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.1 |
| Published | 2013-10-29 |
| First published | 2013-10-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | Simon Richardson |
| Maintainers | stickupkid |

## Links

- npm: https://www.npmjs.com/package/fantasy-helpers
- Repository: https://github.com/SimonRichardson/fantasy-helpers
- npm.io page: https://npm.io/package/fantasy-helpers

## Recent versions

- 0.0.1 (latest) — 2013-10-29

## README

# Fantasy Helpers

![](https://raw.github.com/puffnfresh/fantasy-land/master/logo.png)

## General

Helpers are functions that help build programs with [Fantasy World](https://github.com/SimonRichardson/fantasy-world).

## Testing

### Library

Fantasy Helpers uses [nodeunit](https://github.com/caolan/nodeunit) 
for all the tests and because of this there is currently an existing 
[adapter](test/lib/test.js) in the library to help with integration 
between nodeunit and Fantasy Helpers.

### Coverage

Currently Fantasy Helpers is using [Istanbul](https://github.com/gotwarlost/istanbul) 
for code coverage analysis; you can run the coverage via the following
command:

_This assumes that you have istanbul installed correctly._

```
istanbul cover nodeunit -- test/*.js
```

It should report that the total coverage is at 96% for the whole lib, 
because of the polyfils within the functions.

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