Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feathersjs-ecosystem/feathers-hooks-common
Useful hooks for use with FeathersJS services.
https://github.com/feathersjs-ecosystem/feathers-hooks-common
Last synced: 7 days ago
JSON representation
Useful hooks for use with FeathersJS services.
- Host: GitHub
- URL: https://github.com/feathersjs-ecosystem/feathers-hooks-common
- Owner: feathersjs-ecosystem
- License: mit
- Created: 2016-08-18T18:43:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T17:57:35.000Z (about 1 month ago)
- Last Synced: 2024-10-29T23:18:41.058Z (14 days ago)
- Language: TypeScript
- Homepage: https://hooks-common.feathersjs.com
- Size: 4.95 MB
- Stars: 193
- Watchers: 13
- Forks: 89
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
## feathers-hooks-common
[![npm](https://img.shields.io/npm/v/feathers-hooks-common)](https://www.npmjs.com/package/feathers-hooks-common)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/feathersjs-ecosystem/feathers-hooks-common/CI/master)](https://github.com/feathersjs-ecosystem/feathers-hooks-common/actions/workflows/nodejs.yml?query=branch%3Amaster)
[![libraries.io](https://img.shields.io/librariesio/release/npm/feathers-hooks-common)](https://libraries.io/npm/feathers-hooks-common)
[![npm](https://img.shields.io/npm/dm/feathers-hooks-common)](https://www.npmjs.com/package/feathers-hooks-common)
[![GitHub license](https://img.shields.io/github/license/feathersjs-ecosystem/feathers-hooks-common)](https://github.com/feathersjs-ecosystem/feathers-hooks-common/blob/master/LICENSE)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/qa8kez8QBx)A collection of useful hooks to use with Feathers services.
> NOTE: This is the version for Feathers v5. For Feathers v4 use [feathers-hooks-common v6](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/crow)
```
npm install feathers-hooks-common --save
```## Documentation
For the full list and API of available hooks and utilities, refer to the [feathers-hooks-common documentation](https://hooks-common.feathersjs.com/overview.html).
## Tests
`npm test` to run tests.
## License
See [LICENSE](LICENSE).