Package Exports
- sshfsmount
 
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sshfsmount) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
sshfsmount
Mount a remote instance locally
###Install
[sudo] npm install sshfsmount -g
###Help
  -I, --mount string
  -C, --connect string
  -u, --unmount string
  -g, --setGlobal
  -a, --add
  -M, --defaultMountDir string
  -R, --defaultRemoteDir string
  -U, --defaultUsername string
  -P, --defaultPemDir string
  -c, --getGlobalConfig
  -m, --mountDir string
  -n, --mountName string
  -H, --host string
  -p, --pemDir string
  -f, --pemFile string
  -r, --remoteDir string
  -h, --help###Create
mounter -a -n sitename -H site.com -f site.pem
###Connect
mounter -C sitename
###Mount
mounter -I sitename