app-fun 0.3.2

Command line tool for creating and managing SmbPndk resources.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.62 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 991.15 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Documentation
  • smbcloudXYZ/smbcloud-cli
    7 6 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • setoelkahfi

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.