8000 GitHub - graphology/graphology at types
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

graphology/graphology

 
 

Repository files navigation

Build Status

Graphology

graphology is a specification for a robust & multipurpose JavaScript Graph object and aiming at supporting various kinds of graphs under a same unified interface.

You will also find here the source for the reference implementation of this specification.

Installation

npm install graphology

Documentation

Full documentation for the library/specs is available here.

Contribution

Contributions are obviously welcome. Just be sure to lint & add/run relevant unit tests.

# Installing locally
git clone git@github.com:graphology/graphology.git
cd graphology
npm install

# Linting
npm run lint

# Running the unit tests
npm test

# Building & Distribution
npm run build
npm run dist
0