# @aureooms/js-countingsort

> countingsort code bricks for JavaScript

Latest version **0.0.1** (published 2017-02-16) · AGPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @aureooms/js-countingsort
pnpm add @aureooms/js-countingsort
yarn add @aureooms/js-countingsort
bun add @aureooms/js-countingsort
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2017-02-16 |
| First published | 2017-02-16 |
| 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 | bricks, countingsort, ender, javascript, js, sorting |

## Links

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

## 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.0.1 (latest) — 2017-02-16

## README

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

Countingsort code bricks for JavaScript. Parent is
[aureooms/js-sort](https://github.com/aureooms/js-sort).

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

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-countingsort
# or
jspm install npm:@aureooms/js-countingsort
```
### duo
No install step needed for duo!

### component
```terminal
component install aureooms/js-countingsort
```

### bower
```terminal
bower install @aureooms/js-countingsort
```

### ender
```terminal
ender add @aureooms/js-countingsort
```

### jam
```terminal
jam install @aureooms/js-countingsort
```

### spm
```terminal
spm install @aureooms/js-countingsort --save
```

### npm
```terminal
npm install @aureooms/js-countingsort --save
```

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

### component, ender, spm, npm
```js
let countingsort = require( "@aureooms/js-countingsort" ) ;
```

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

### jam
```js
require( [ "@aureooms/js-countingsort" ] , function ( countingsort ) { ... } ) ;
```

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