🤏 Smol Node Manager
TODO: add a bash script
cargo
(Linux/MacOs/Windows)sh
cargo install snm
yay
or pamac
(Arch Linux)Why snm is available for Arch? Because I love Arch Linux
```sh
yay
yay -S snm
pamac
pamac build snm ```
Check out the Release page for prebuild binaries for snm
, available for different operating systems.
Add the following line to your ~/.bashrc
bash
eval "$(snm eval bash)"
Add the following line to your ~/.zshrc
zsh
eval "$(snm eval zsh)"
Add the following line to your ~/.config/fish/config.fish
fish
snm env fish | source
Add the following line to your ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
bash
snm env pwsh | Out-String | Invoke-Expression
You can find more about the powershell profile here
PRs are always welcome. You can help me by adding more tests 🤞.
First, You need to install rust toolchain via rustup.
```sh git clone https://github.com/numtostr/snm
cd ./snm ```
```sh
cargo build
cargo build --release ```
```sh
snm --help
cargo run -- --help
snm lsr 14
cargo run -- lsr 14 ```