``` npm i trendtech-taskforce ```
npm install trendtech-taskforce
npm i trendtech-taskforce
`
Test
$3
`
npm install --global mocha
`
$3
`
mocha ./node_modules/trendtech-taskforce/test/
`
Using
`js
const tt = require('trendtech-taskforce')
tt.toRanges([1,2,3,4,5,6,7,8]).then(console.log) // 1-8
``