smbpndk-cli
This is a CLI program to access SmbPndk.
Installation
One can install this program in different ways.
With Cargo
Homebrew (MacOS/Linux)
With NPM
npm i -g @smbpndk/cli
Update
Simply rerun the installation command.
Uninstall
# With cargo
# With npm
# With Homebrew
Usage:
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.