https://github.com/bashleigh/typeormpaginate
https://github.com/bashleigh/typeormpaginate
pagination typeorm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bashleigh/typeormpaginate
- Owner: bashleigh
- Created: 2018-06-29T08:11:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T08:55:32.000Z (almost 8 years ago)
- Last Synced: 2025-02-05T11:17:08.236Z (over 1 year ago)
- Topics: pagination, typeorm
- Language: TypeScript
- Size: 4.65 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Typeorm Paginate
===
## Install
```bash
yarn add @bashleigh/typeormpaginate
```
## Formatting
```bash
yarn format
```
## Testing
```bash
yarn test
```