# jovellanos

> Asyncronous task engine.

Latest version **1.1.0** (published 2018-12-28) · ISC license · 0 weekly downloads

## Install

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

## 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.1.0 |
| Published | 2018-12-28 |
| First published | 2018-12-23 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1002.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Roberto Pintos López. |
| Maintainers | notaphplover |

## Links

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

## Recent versions

- 1.1.0 (latest) — 2018-12-28
- 1.0.3 — 2018-12-24
- 1.0.2 — 2018-12-24
- 1.0.0 — 2018-12-23

## README

## Jovellanos

Asyncronous task engine written in Typescript.

[![Build status](https://travis-ci.com/notaphplover/jovellanos.svg?branch=master)](https://travis-ci.com/notaphplover/jovellanos.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/notaphplover/jovellanos/badge.svg?branch=master)](https://coveralls.io/github/notaphplover/jovellanos?branch=master)
[![npm version](https://badge.fury.io/js/jovellanos.svg)](https://badge.fury.io/js/jovellanos)

## Installing the library

You can install the library using npm:

```
npm i jovellanos
```

## First steps

If you are interested in the project, the setup is really simple:

1. Clone the project

```
git clone https://github.com/notaphplover/jovellanos.git
```

2. Install the npm dependencies of this project

```
npm i
```

Thats all!

## Build process

This library uses Gulp to perform the build task.

This task can be performed calling the task 'build' defined in the gulpfile.js of the project:

```
node ./node_modules/gulp/bin/gulp.js build
```

## Documentation build process.

The API documentation is generated using [Typedoc](https://github.com/TypeStrong/typedoc).

```
node ./node_modules/gulp/bin/gulp.js typedoc
```

The docs will be generated at the **docs/api** folder.

## Running tests

Tests can be run using the run task defined in the gulpfile of the project:

```
node ./node_modules/gulp/bin/gulp.js test
```

Once the tests are run, a coverage report will be generate in the coverage folder of the project.

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