#cloud #web3 #smbpndk #web2 #cli

bin+lib smbpndk-cli

Command line tool for creating and managing SmbPndk resources

3 releases

0.3.7 Sep 13, 2023
0.3.6 Sep 11, 2023
0.2.2 Apr 10, 2023
0.2.0 Mar 11, 2023
0.1.3 Feb 28, 2023

#2327 in Magic Beans

22 downloads per month

Apache-2.0

77KB
1.5K SLoC

smbpndk-cli

This is a CLI program to access SmbPndk.

Installation

One can install this program in different ways.

With Cargo

cargo install smbpndk-cli

Homebrew (MacOS/Linux)

brew tap smbpndk/tap
brew install cli

With NPM

npm i -g @smbpndk/cli

Update

Simply rerun the installation command.

Uninstall


# 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:

smb --help

Contribution

  • Setup your Rust tooling.
  • Clone the repo.
  • Provide the environement variables in the .env.local.
  • Run cargo run.

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.

Dependencies

~14–30MB
~444K SLoC