Skip to content

Commit

Permalink
fix: changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-mario committed Mar 23, 2019
1 parent 1dcdea3 commit 62ce80e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
![jscpd](assets/jscpd-badge.svg)
[![Known Vulnerabilities](https://snyk.io/test/github/js-items/foundation/badge.svg?targetFile=package.json)](https://snyk.io/test/github/js-items/foundation?targetFile=package.json)

Provides set of interfaces, utils and tests for concrete implementations of js-items repositories
Provides set of interfaces, utils and tests for concrete implementations of js-items repositories.

There is a fantastic alternative to this project (and @js-items is based on it):
[js-entity-repos](https://github.com/js-entity-repos).

The main differences to the @js-entity-repos:
- different naming convention: using `item` instead of `entity`
- cursor based pagination operates using `before` and `after` instead of `cursor` and `direction`

## Installation
`npm i --save-dev @js-items/foundation`

This package is heavily inspired by:
- [js-entity-repos](https://github.com/js-entity-repos)

Credits:
- [ryansmith94](https://github.com/ryansmith94)

0 comments on commit 62ce80e

Please sign in to comment.