1.1.0 • Published 5 years ago

jovellanos v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Jovellanos

Asyncronous task engine written in Typescript.

Build status Coverage Status npm version

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
  1. 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.

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.

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago