UNPKG

remote

Version:

Work on client-side files with a remote API server transparently

7 lines 185 B
#!/usr/bin/env node (function() { require('coffee-script'); // Call the main function var Remote = require('../libs/remote.coffee'); new Remote({cli:true}); }).call(this);