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

https://github.com/threefoldtech/vstor

like zerostor but busing vlang
https://github.com/threefoldtech/vstor

Last synced: about 2 months ago
JSON representation

like zerostor but busing vlang

Awesome Lists containing this project

README

        

## to install

see https://github.com/despiegk/gridstarter

follow the instructions there, it will also install this repo

## to develop

## generating docs

```bash
#cd in this directory
## with also private methods
v doc -all -m zstor -o /tmp/crystallib -f html -readme

## public methods only
rm -rf /tmp/crystallib && v doc -m zstor -o /tmp/crystallib -f html -readme
open /tmp/crystallib/_docs/builder.html
```