smbpndk-cli

This is a CLI program to access SmbPndk.

Installation

One can install this program in different ways.

With Cargo

bash cargo install smbpndk-cli

Homebrew (MacOS/Linux)

bash brew tap smbpndk/tap brew install cli

With NPM

npm i -g @smbpndk/cli

Update

Simply rerun the installation command.

Uninstall

```bash

With cargo

cargo uninstall smbpndk-cli

With npm

npm uninstall -g @smbpndk/cli

With Homebrew

brew untap smbpndk/tap brew uninstall smbpndk/tap/cli ```

Usage:

bash smb --help

Contribution

Credits

This repo is inspired by Sugar.

This repo tries to follow the 12 factor CLI app principles by Heroku team.

NPM support guide by orhun.dev.

Licence

MIT.