UNPKG
remote
Version:
latest (0.2.6)
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Work on client-side files with a remote API server transparently
gadr90/remote
remote
/
bin
/
remote.js
7 lines
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
(
function
(
) {
require
(
'coffee-script'
);
// Call the main function
var
Remote
=
require
(
'../libs/remote.coffee'
);
new
Remote
({
cli
:
true
}); }).
call
(
this
);