Skip to content

Commit

Permalink
JSDoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Jan 25, 2021
1 parent 8c2d8da commit 01688ef
Show file tree
Hide file tree
Showing 99 changed files with 33,965 additions and 1 deletion.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,34 @@ npm install
```bash
npm test
```

## Coverage

```bash
npm run coverage
```

## API Documentation

The following command will generate or update the API documentatation and store
it into a folder called `doc/jsdoc`.

```bash
npm run doc
```

About the author {#about}
----------------

This library was written by [Sylvain Hallé](http://leduotang.ca/sylvain),
full professor at Université du Québec à Chicoutimi, Canada. Part of
this work has been funded by the Canada Research Chair in Software
Specification, Testing and Verification and the
[Natural Sciences and Engineering Research Council
of Canada](http://nserc-crsng.gc.ca), and by a MITACS Acceleration
Grant, in collaboration with [Eckinox Média](https://eckinox.ca).

The author would like to acknowledge the participation of
[Amadou Ba](https://github.com/amadouba9) and
[Émile Perron](https://github.com/EmilePerron) to the development of this
library.
Loading

0 comments on commit 01688ef

Please sign in to comment.