0.0.1 • Published 10 years ago
aureooms-js-countingsort v0.0.1
js-countingsort
countingsort code bricks for JavaScript
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-countingsortduo
No install step needed for duo!
component
component install aureooms/js-countingsortbower
bower install aureooms-js-countingsortender
ender add aureooms-js-countingsortjam
jam install aureooms-js-countingsortspm
spm install aureooms-js-countingsort --savenpm
npm install aureooms-js-countingsort --saveRequire
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 ) { ... } ) ;0.0.1
10 years ago