Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
/ vstorm Public archive

A simple app framework for V based on nodes.

License

Notifications You must be signed in to change notification settings

ghostnear/vstorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VStorm

A simple app framework for V based on nodes.

Currently in early development, so things can and will change suddenly until a stable version is reached.

How to install

The simplest way to install and use with your V installation is from VPM using:

v install ghostnear.vstorm

Then the library will be available for importing using:

import ghostnear.vstorm

An alternative way to do this is by adding the repo as a submodule in your modules/ folder using GitHub.

How to use

Everything is documented in the docs/ folder.

Depending on your intent you might want to check out the dev documentation or the user one.

Known issues and TODOs:

Things that use this: