# aureooms-js-graph-augment

> Augmented graphs code bricks for JavaScript

Latest version **0.1.0** (published 2015-08-17) · AGPL-3.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install aureooms-js-graph-augment
pnpm add aureooms-js-graph-augment
yarn add aureooms-js-graph-augment
bun add aureooms-js-graph-augment
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2015-08-17 |
| First published | 2015-08-10 |
| Weekly downloads | 0 |
| License | AGPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | aureooms |
| Maintainers | aureooms |
| Keywords | augment, bricks, ender, graph, javascript, js |

## Links

- npm: https://www.npmjs.com/package/aureooms-js-graph-augment
- Repository: https://github.com/aureooms/js-graph-augment
- Homepage: http://aureooms.github.io/js-graph-augment/
- Issues: https://github.com/aureooms/js-graph-augment/issues
- npm.io page: https://npm.io/package/aureooms-js-graph-augment

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 0.1.0 (latest) — 2015-08-17
- 0.0.1 — 2015-08-10

## README

[js-graph-augment](http://aureooms.github.io/js-graph-augment)
==

Augmented graphs code bricks for JavaScript

[![NPM license](http://img.shields.io/npm/l/aureooms-js-graph-augment.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-graph-augment/master/LICENSE)
[![NPM version](http://img.shields.io/npm/v/aureooms-js-graph-augment.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-graph-augment)
[![Bower version](http://img.shields.io/bower/v/aureooms-js-graph-augment.svg?style=flat)](http://bower.io/search/?q=aureooms-js-graph-augment)
[![Build Status](http://img.shields.io/travis/aureooms/js-graph-augment.svg?style=flat)](https://travis-ci.org/aureooms/js-graph-augment)
[![Coverage Status](http://img.shields.io/coveralls/aureooms/js-graph-augment.svg?style=flat)](https://coveralls.io/r/aureooms/js-graph-augment)
[![Dependencies Status](http://img.shields.io/david/aureooms/js-graph-augment.svg?style=flat)](https://david-dm.org/aureooms/js-graph-augment#info=dependencies)
[![devDependencies Status](http://img.shields.io/david/dev/aureooms/js-graph-augment.svg?style=flat)](https://david-dm.org/aureooms/js-graph-augment#info=devDependencies)
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-graph-augment.svg?style=flat)](https://codeclimate.com/github/aureooms/js-graph-augment)
[![NPM downloads per month](http://img.shields.io/npm/dm/aureooms-js-graph-augment.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-graph-augment)
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-graph-augment.svg?style=flat)](https://github.com/aureooms/js-graph-augment/issues)
[![Inline docs](http://inch-ci.org/github/aureooms/js-graph-augment.svg?branch=master&style=shields)](http://inch-ci.org/github/aureooms/js-graph-augment)

Can be managed through [jspm](https://github.com/jspm/jspm-cli),
[duo](https://github.com/duojs/duo),
[component](https://github.com/componentjs/component),
[bower](https://github.com/bower/bower),
[ender](https://github.com/ender-js/Ender),
[jam](https://github.com/caolan/jam),
[spm](https://github.com/spmjs/spm),
and [npm](https://github.com/npm/npm).

## Install

### jspm
```terminal
jspm install github:aureooms/js-graph-augment
# or
jspm install npm:aureooms-js-graph-augment
```
### duo
No install step needed for duo!

### component
```terminal
component install aureooms/js-graph-augment
```

### bower
```terminal
bower install aureooms-js-graph-augment
```

### ender
```terminal
ender add aureooms-js-graph-augment
```

### jam
```terminal
jam install aureooms-js-graph-augment
```

### spm
```terminal
spm install aureooms-js-graph-augment --save
```

### npm
```terminal
npm install aureooms-js-graph-augment --save
```

## Require
### jspm
```js
let graphaugment = require( "github:aureooms/js-graph-augment" ) ;
// or
import graphaugment from 'aureooms-js-graph-augment' ;
```
### duo
```js
let graphaugment = require( "aureooms/js-graph-augment" ) ;
```

### component, ender, spm, npm
```js
let graphaugment = require( "aureooms-js-graph-augment" ) ;
```

### bower
The script tag exposes the global variable `graphaugment`.
```html
<script src="bower_components/aureooms-js-graph-augment/js/dist/graph-augment.min.js"></script>
```
Alternatively, you can use any tool mentioned [here](http://bower.io/docs/tools/).

### jam
```js
require( [ "aureooms-js-graph-augment" ] , function ( graphaugment ) { ... } ) ;
```

---
_Source: https://npm.io/package/aureooms-js-graph-augment · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
