@aureooms/js-countingsort

0.0.1 • Public • Published

js-countingsort

Countingsort code bricks for JavaScript. Parent is aureooms/js-sort.

NPM license NPM version Bower version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Inline docs

Can be managed through jspm, duo, component, bower, ender, jam, spm, and npm.

Install

jspm

jspm install github:aureooms/js-countingsort
# or
jspm install npm:@aureooms/js-countingsort

duo

No install step needed for duo!

component

component install aureooms/js-countingsort

bower

bower install @aureooms/js-countingsort

ender

ender add @aureooms/js-countingsort

jam

jam install @aureooms/js-countingsort

spm

spm install @aureooms/js-countingsort --save

npm

npm install @aureooms/js-countingsort --save

Require

jspm

let countingsort = require( "github:aureooms/js-countingsort" ) ;
// or
import countingsort from '@aureooms/js-countingsort' ;

duo

let countingsort = require( "aureooms/js-countingsort" ) ;

component, ender, spm, npm

let countingsort = require( "@aureooms/js-countingsort" ) ;

bower

The script tag exposes the global variable countingsort.

<script src="bower_components/@aureooms/js-countingsort/js/dist/countingsort.min.js"></script>

Alternatively, you can use any tool mentioned here.

jam

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

Package Sidebar

Install

npm i @aureooms/js-countingsort

Weekly Downloads

0

Version

0.0.1

License

AGPL-3.0

Last publish

Collaborators

  • aureooms