Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dobx/dobx_ds

dobx lib for protostuffdb
https://github.com/dobx/dobx_ds

dobx flutter rpc

Last synced: about 1 month ago
JSON representation

dobx lib for protostuffdb

Awesome Lists containing this project

README

        

# dobx lib for protostuffdb

### Generate code (optional, generated code is checked in)
```sh
mkdir -p target
wget -O target/fbsgen-ds.jar https://repo1.maven.org/maven2/com/dyuproject/fbsgen/ds/fbsgen-ds-fatjar/1.0.1/fbsgen-ds-fatjar-1.0.1.jar
git clone https://gitlab.com/dyu/ds-proto.git p
./codegen.sh
```

### Install deps
```sh
pub get
```