Package Exports
- yarnball
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (yarnball) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
yarnball (alpha)
A simple schema-less graph-based database library and command-line tool.
This project is a work-in-progress.
Installation
npm install yarnball -gCommands
init
Initialize a Yarnball repository in the given directory.
status
Get statistics about the repository.
node
Generates a new node, i.e. a universally unique random 16 bytes.
nodes
List all nodes.
name <name> [node]
Assign a name to a node
unname <node>
Un-assign a name to a node
names
List all names
link <from> <via> <to>
Set a link
unlink <from> <via> <to>
Un-set a link.
links
List all links.
query [from] [via] [to]
Perform a query.
list
Get or set a list.