JSPM

yarnball

0.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q20183F
  • License ISC

Simple graph-based database tool.

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 -g

Commands

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

Set a link

Un-set a link.

List all links.

query [from] [via] [to]

Perform a query.

list

Get or set a list.