Crates.io | smbpndk-cli |
lib.rs | smbpndk-cli |
version | 0.3.7 |
source | src |
created_at | 2023-02-03 21:01:18.596927 |
updated_at | 2023-09-13 18:57:11.442443 |
description | Command line tool for creating and managing SmbPndk resources. |
homepage | |
repository | https://github.com/smbpndk/smbpndk-cli |
max_upload_size | |
id | 775936 |
size | 106,985 |
This is a CLI program to access SmbPndk.
One can install this program in different ways.
cargo install smbpndk-cli
brew tap smbpndk/tap
brew install cli
npm i -g @smbpndk/cli
Simply rerun the installation command.
# With cargo
cargo uninstall smbpndk-cli
# With npm
npm uninstall -g @smbpndk/cli
# With Homebrew
brew untap smbpndk/tap
brew uninstall smbpndk/tap/cli
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.