0.0.1 • Published 10 years ago
aureooms-js-graph-tools v0.0.1
js-graph-tools
graph tools code bricks for JavaScript
Can be managed through jspm, duo, component, bower, ender, jam, spm, and npm.
Install
jspm
jspm install github:aureooms/js-graph-tools
# or
jspm install npm:aureooms-js-graph-toolsduo
No install step needed for duo!
component
component install aureooms/js-graph-toolsbower
bower install aureooms-js-graph-toolsender
ender add aureooms-js-graph-toolsjam
jam install aureooms-js-graph-toolsspm
spm install aureooms-js-graph-tools --savenpm
npm install aureooms-js-graph-tools --saveRequire
jspm
let graphtools = require( "github:aureooms/js-graph-tools" ) ;
// or
import graphtools from 'aureooms-js-graph-tools' ;duo
let graphtools = require( "aureooms/js-graph-tools" ) ;component, ender, spm, npm
let graphtools = require( "aureooms-js-graph-tools" ) ;bower
The script tag exposes the global variable graphtools.
<script src="bower_components/aureooms-js-graph-tools/js/dist/graph-tools.min.js"></script>Alternatively, you can use any tool mentioned here.
jam
require( [ "aureooms-js-graph-tools" ] , function ( graphtools ) { ... } ) ;0.0.1
10 years ago