0.1.2 • Published 9 years ago
@aureooms/js-graph-sugar v0.1.2
js-graph-sugar
Graph syntactic sugar code bricks for JavaScript.
G.eadd( "a" , "b" ) ;Can be managed through jspm, duo, component, bower, ender, jam, spm, and npm.
Install
jspm
jspm install github:aureooms/js-graph-sugar
# or
jspm install npm:@aureooms/js-graph-sugarduo
No install step needed for duo!
component
component install aureooms/js-graph-sugarbower
bower install @aureooms/js-graph-sugarender
ender add @aureooms/js-graph-sugarjam
jam install @aureooms/js-graph-sugarspm
spm install @aureooms/js-graph-sugar --savenpm
npm install @aureooms/js-graph-sugar --saveRequire
jspm
let graphsugar = require( "github:aureooms/js-graph-sugar" ) ;
// or
import graphsugar from '@aureooms/js-graph-sugar' ;duo
let graphsugar = require( "aureooms/js-graph-sugar" ) ;component, ender, spm, npm
let graphsugar = require( "@aureooms/js-graph-sugar" ) ;bower
The script tag exposes the global variable graphsugar.
<script src="bower_components/@aureooms/js-graph-sugar/js/dist/graph-sugar.min.js"></script>Alternatively, you can use any tool mentioned here.
jam
require( [ "@aureooms/js-graph-sugar" ] , function ( graphsugar ) { ... } ) ;0.1.2
9 years ago