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