UNPKG

smm-cli

Version:

Command-line interface for SSHFS. Quickly mount, unmount remote directories via SSH.

26 lines (15 loc) 498 B
<img width="100" src="https://github.com/kutsan/smm-cli/raw/master/.github/assets/logo.png" alt="Logo" /> # smm-cli [![npm](https://img.shields.io/npm/v/smm-cli)](https://www.npmjs.com/package/smm-cli) SSHFS Mount Manager is user-friendly command-line interface for managing devices with [SSHFS](https://github.com/libfuse/sshfs). ## Installation ```sh npm install --global smm-cli ``` ## Usage Use built-in help page to see how to use the client. ```sh smm --help ``` ## License GPL-3.0