Skip to content

threefoldtech/vstor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to install

v install https://github.com/...

TODO:

to develop

TODO:

  • do v install https://github.com/freeflowuniverse/...
  • edit the code there
  • use v run test.v to run some ad hoc tests
  • use v test vredis2/ to run tests of one module

generating docs

#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

Releases

No releases published

Packages

No packages published