1.1.0 • Published 7 years ago
jovellanos v1.1.0
Jovellanos
Asyncronous task engine written in Typescript.
Installing the library
You can install the library using npm:
npm i jovellanosFirst steps
If you are interested in the project, the setup is really simple:
- Clone the project
git clone https://github.com/notaphplover/jovellanos.git- Install the npm dependencies of this project
npm iThats 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 buildDocumentation build process.
The API documentation is generated using Typedoc.
node ./node_modules/gulp/bin/gulp.js typedocThe 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 testOnce the tests are run, a coverage report will be generate in the coverage folder of the project.