UNPKG

pourover

Version:

A library for simple, fast filtering and sorting of large collections in the browser

8 lines (5 loc) 198 B
#!/usr/bin/env node var path = require('path'); var fs = require('fs'); var lib = path.join(path.dirname(fs.realpathSync(__filename)), '../lib'); require(lib + '/coffee-script/command').run();