Vasuki (Vasuki v0.1.1) View Source
Vasuki manages simple things in projects, currently FileSystem and Data.
FileSystem
- DirWalk: helps recursively traverse through directories; can add target directories using 'ls' and keep getting regular file paths one by one using 'next'
Data
- Mucket: helps manage different bucket of data/states in memory by bucket-name providing 'get', 'update' & 'reset'