https://github.com/getdozer/dozer-js
https://github.com/getdozer/dozer-js
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/getdozer/dozer-js
- Owner: getdozer
- License: apache-2.0
- Created: 2023-02-24T08:00:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T00:15:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T05:41:56.310Z (over 1 year ago)
- Language: JavaScript
- Size: 1.07 MB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Connect any data source, combine them in real-time and instantly get low-latency gRPC and REST APIs.
⚡ All with just a simple configuration! ⚡️
## Overview
This repository provides client libraries for [Dozer](http://github.com/getdozer/dozer).
### Libraries
#### Dozer JS Client
Typescript wrapper over several gRPC services generated automatically when you run Dozer.
```bash
# npm
npm install @dozerjs/dozer
# yarn
yarn add @dozerjs/dozer
# pnpm
pnpm add @dozerjs/dozer
```
You can find usage instructions [here](./packages/js-client/README.md)
#### Dozer React
React component library that makes it convenient to create views using Dozer APIs.
```bash
# npm
npm install @dozerjs/dozer-react
# yarn
yarn add @dozerjs/dozer-react
# pnpm
pnpm add @dozerjs/dozer-react
```
You can find usage instructions [here](./packages/react/README.md)
#### Dozer Vue
Vue component library that makes it convenient to create views using Dozer APIs.
```bash
# npm
npm install @dozerjs/dozer-vue
# yarn
yarn add @dozerjs/dozer-vue
# pnpm
pnpm add @dozerjs/dozer-vue
```
You can find usage instructions [here](./packages/vue/README.md)
### Release
```
pnpm run changeset
pnpm run changeset version
```
Enter and exit beta
```bash
pnpm run changeset pre enter beta
# pnpm run changeset pre exit
pnpm run version
```