diff --git a/man/cloudcmd.1 b/man/cloudcmd.1 new file mode 100644 index 00000000..4501ad4e --- /dev/null +++ b/man/cloudcmd.1 @@ -0,0 +1,43 @@ +.TH cloudcmd "1" "2015" "" "" + + +.SH "NAME" +cloudcmd \- orthodox web file manager. + +.SH SYNOPSIS + + +.B cloudcmd +[ +.I options +] + + +.SH DESCRIPTION + +Cloud Commander orthodox web file manager with console and editor. +Will help you manage the server and work with files, folders and +programs in browser from any computer, mobile or tablet device. + + +.SH OPTIONS + + h, --help display help and exit + -v, --version display version and exit + -s, --save save configuration + -o, --online load scripts from remote servers + -a, --auth enable authorization + -u, --username set username + -p, --password set password + -c, --config configuration file path + --root set root directory + --port set port number + --no-auth disable authorization + --no-server do not start server + --no-online load scripts from local server + -v, --version print node's version + + +.SH RESOURCES AND DOCUMENTATION + +General help using Cloud Commander: diff --git a/package.json b/package.json index 1d653880..a5e0ba01 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,9 @@ "wisdom": "gulp release", "bower": "bower" }, + "directories": { + "man": "man" + }, "subdomain": "cloudcmd", "dependencies": { "checkup": "~1.0.3",