Crates.io | app-pkt |
lib.rs | app-pkt |
version | 0.3.2 |
source | src |
created_at | 2023-05-03 19:48:13.245378 |
updated_at | 2023-05-03 19:48:13.245378 |
description | Command line tool for creating and managing SmbPndk resources. |
homepage | |
repository | https://github.com/smbpndk/smbpndk-cli |
max_upload_size | |
id | 855857 |
size | 2,982 |
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.