UNPKG

820 BMarkdownView Raw
1# Feathers Commons
2
3[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
4[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/commons)](https://david-dm.org/feathersjs/feathers?path=packages/commons)
5[![Download Status](https://img.shields.io/npm/dm/@feathersjs/commons.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/commons)
6
7> Shared Feathers utility functions
8
9## About
10
11This is a repository for utility functionality that is shared between different Feathers plugin and used by the main repository.
12
13## License
14
15Copyright (c) 2019 [Feathers contributors](https://github.com/feathersjs/client/graphs/contributors)
16
17Licensed under the [MIT license](LICENSE).