UNPKG

coffeemill

Version:
7 lines (5 loc) 163 B
#!/usr/bin/env node path = require 'path' fs = require 'fs' lib = path.join fs.realpathSync(__dirname), '../lib' require(path.join(lib + '/coffeemill')).run()