## feathers-utils

<p align="center">
  <img src="https://utils.feathersjs.com/feathers-utils-logo.png" width="200">
</p>

[![npm](https://img.shields.io/npm/v/feathers-utils)](https://www.npmjs.com/package/feathers-utils)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/feathersjs/feathers-utils/nodejs.yml)](https://github.com/feathersjs/feathers-utils/actions/workflows/nodejs.yml)
[![libraries.io](https://img.shields.io/librariesio/release/npm/feathers-utils)](https://libraries.io/npm/feathers-utils)
[![npm](https://img.shields.io/npm/dm/feathers-utils)](https://www.npmjs.com/package/feathers-utils)
[![GitHub license](https://img.shields.io/github/license/feathersjs/feathers-utils)](https://github.com/feathersjs/feathers-utils/blob/master/LICENSE)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/qa8kez8QBx)

A collection of useful hooks and utils to use with Feathers services.

```
npm install feathers-utils --save
```

## Documentation

For the full list and API of available hooks and utilities, refer to the [feathers-utils documentation](https://utils.feathersjs.com/).

## Tests

`npm test` to run tests.

## License

See [LICENSE](LICENSE).
