This is a CLI program to access SmbPndk.
One can install this program in different ways.
bash
cargo install smbpndk-cli
bash
brew tap smbpndk/tap
brew install cli
npm i -g @smbpndk/cli
Simply rerun the installation command.
```bash
cargo uninstall smbpndk-cli
npm uninstall -g @smbpndk/cli
brew untap smbpndk/tap brew uninstall smbpndk/tap/cli ```
bash
smb --help
cargo run
.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.
MIT.