All Downloads are FREE. Search and download functionalities are using the official Maven repository.

coffeescript-1.5.0.node_modules.coffee-script.bin.cake Maven / Gradle / Ivy

There is a newer version: 0.8.8
Show newest version
#!/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/cake').run();




© 2015 - 2024 Weber Informatics LLC | Privacy Policy