mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(cloudcmd) {github.com/coderaiser/cloudcmd,coderaiser.github.io/cloudcmd} -> cloudcmd.io
This commit is contained in:
parent
fea03dfd9d
commit
e5415b89b4
11 changed files with 31 additions and 31 deletions
|
|
@ -10,7 +10,7 @@
|
|||
'# used for work with Aplication Cache.' + '\n' +
|
||||
'# If you wont to see at work set appcache: true' + '\n' +
|
||||
'# in config.json and start cloudcmd.js' + '\n' +
|
||||
'# http://coderaiser.github.io/cloudcmd' + '\n');
|
||||
'# http://cloudcmd.io' + '\n');
|
||||
|
||||
var main = global.cloudcmd.main,
|
||||
fs = main.fs,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
'# parameters in config.json or environment' + '\n' +
|
||||
'# and start cloudcmd.js or just do' + '\n' +
|
||||
'# require(\'auth.js\').auth(pCode, pCallBack)' + '\n' +
|
||||
'# http://coderaiser.github.io/cloudcmd' + '\n');
|
||||
'# http://cloudcmd.io' + '\n');
|
||||
|
||||
var main = global.cloudcmd.main,
|
||||
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
if(!global.cloudcmd)
|
||||
return console.log(
|
||||
'# commander.js' + '\n' +
|
||||
'# -----------' + '\n' +
|
||||
'# Module is part of Cloud Commander,' + '\n' +
|
||||
'# used for getting dir content.' + '\n' +
|
||||
'# and forming html content' + '\n' +
|
||||
'# http://coderaiser.github.io/cloudcmd' + '\n');
|
||||
'# commander.js' + '\n' +
|
||||
'# -----------' + '\n' +
|
||||
'# Module is part of Cloud Commander,' + '\n' +
|
||||
'# used for getting dir content.' + '\n' +
|
||||
'# and forming html content' + '\n' +
|
||||
'# http://cloudcmd.io' + '\n');
|
||||
|
||||
var main = global.cloudcmd.main,
|
||||
fs = main.fs,
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
|
||||
if(!global.cloudcmd)
|
||||
return console.log(
|
||||
'# dir.js' + '\n' +
|
||||
'# -----------' + '\n' +
|
||||
'# Module is part of Cloud Commander,' + '\n' +
|
||||
'# used for getting dir size.' + '\n' +
|
||||
'# If you wont to see at work' + '\n' +
|
||||
'# try GET /api/v1/fs/etc?size or' + '\n' +
|
||||
'# dir.getSize(\'/etc, function(err, size){' + '\n' +
|
||||
'# });' + '\n' +
|
||||
'# http://coderaiser.github.io/cloudcmd' + '\n');
|
||||
'# dir.js' + '\n' +
|
||||
'# -----------' + '\n' +
|
||||
'# Module is part of Cloud Commander,' + '\n' +
|
||||
'# used for getting dir size.' + '\n' +
|
||||
'# If you wont to see at work' + '\n' +
|
||||
'# try GET /api/v1/fs/etc?size or' + '\n' +
|
||||
'# dir.getSize(\'/etc, function(err, size) {' + '\n' +
|
||||
'# });' + '\n' +
|
||||
'# http://cloudcmd.io' + '\n');
|
||||
|
||||
var main = global.cloudcmd.main,
|
||||
fs = main.fs,
|
||||
|
|
|
|||
|
|
@ -5,14 +5,14 @@
|
|||
|
||||
if(!global.cloudcmd)
|
||||
return console.log(
|
||||
'# minify.js' + '\n' +
|
||||
'# -----------' + '\n' +
|
||||
'# Module is part of Cloud Commander,' + '\n' +
|
||||
'# used for work with minification.' + '\n' +
|
||||
'# If you wont to see at work set minify' + '\n' +
|
||||
'# parameters in config.json or environment' + '\n' +
|
||||
'# and start cloudcmd.js' + '\n' +
|
||||
'# http://coderaiser.github.io/cloudcmd' + '\n');
|
||||
'# minify.js' + '\n' +
|
||||
'# -----------' + '\n' +
|
||||
'# Module is part of Cloud Commander,' + '\n' +
|
||||
'# used for work with minification.' + '\n' +
|
||||
'# If you wont to see at work set minify' + '\n' +
|
||||
'# parameters in config.json or environment' + '\n' +
|
||||
'# and start cloudcmd.js' + '\n' +
|
||||
'# http://cloudcmd.io' + '\n');
|
||||
|
||||
var main = global.cloudcmd.main,
|
||||
DIR = main.DIR,
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
'# used for work with stream.' + '\n' +
|
||||
'# If you wont to see at work call' + '\n' +
|
||||
'# stream.createPipe' + '\n' +
|
||||
'# http://coderaiser.github.io/cloudcmd' + '\n');
|
||||
'# http://cloudcmd.io' + '\n');
|
||||
|
||||
var main = global.cloudcmd.main,
|
||||
fs = main.fs,
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
'# used for work with REST API.' + '\n' +
|
||||
'# If you wont to see at work set rest: true' + '\n' +
|
||||
'# and api_url in config.json' + '\n' +
|
||||
'# http://coderaiser.github.io/cloudcmd' + '\n');
|
||||
'# http://cloudcmd.io' + '\n');
|
||||
|
||||
var main = global.cloudcmd.main,
|
||||
fs = main.fs,
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
'# Module is part of Cloud Commander,' + '\n' +
|
||||
'# used for work update thru git.' + '\n' +
|
||||
'# If you wont to see at work install git' + '\n' +
|
||||
'# http://coderaiser.github.io/cloudcmd' + '\n');
|
||||
'# http://cloudcmd.io' + '\n');
|
||||
|
||||
var main = global.cloudcmd.main,
|
||||
mainpackage = main.mainpackage || {},
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
'# Module is part of Cloud Commander,' + '\n' +
|
||||
'# used for work with windows specific' + '\n' +
|
||||
'# functions like work with drives(etc c).' + '\n' +
|
||||
'# http://coderaiser.github.io/cloudcmd' + '\n');
|
||||
'# http://cloudcmd.io' + '\n');
|
||||
|
||||
var main = global.cloudcmd.main,
|
||||
Charset ={
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# win32 version
|
||||
# secrets of github and dropbox
|
||||
# must not be shared
|
||||
# http://github.com/coderaiser/cloudcmd
|
||||
# http://cloudcmd.io
|
||||
#
|
||||
# for using just add %-symbol on start and end of name
|
||||
# like %github_secret%
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
# *nix version
|
||||
# secrets of github and dropbox
|
||||
# must not be shared
|
||||
# http://github.com/coderaiser/cloudcmd
|
||||
# http://cloudcmd.io
|
||||
#
|
||||
# for using just add $-symbol on start of name
|
||||
# like $github_secret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue